#863236

Color #863236 Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #863236

Tints of Old Brick #863236

Color information

#863236 (or 0x863236) is unknown color: approx Old Brick. HEX triplet: 86, 32 and 36. RGB value is (134,50,54). Sum of RGB (Red+Green+Blue) = 134+50+54=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #863236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863236 is #79CDC9. Grayscale: #4B4B4B. Windows color (decimal): -7982538 or 3551878. OLE color: 3551878.

HSL color Cylindrical-coordinate representation of color #863236: hue angle of 357.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863236 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1345054-
CMYK00.630.600.47
HSL357.14º45.65%36.08%-
HSV(B)357.14º62.69%52.55%-
XYZ11.647.624.35-
YUV75.57115.83169.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 54 (21.48% from 255) = 22.69%
R=56.30%
G=21.01%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134505400.630.600.47357.1445.6536.08
Hex86323603F3C2F1652e24
Octal206626607774575455644
Binary100001101100101101100111111111100101111101100101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863236; }

 p { color: rgb(134,50,54); }

 H1.HeaderClassName
 {
   color: #863236;
 }
 .AnyTagClassName
 {
   color: #863236;
 }
</style>
background-color css

<style>
 a { background-color: #863236; }

 a { background-color: rgb(134,50,54); }

 div.DivClassName
 {
   background-color: #863236;
 }
 .BgClassName
 {
   background-color: #863236;
 }
</style>
border-color css

<style>
 span { border-color: #863236; }

 span { border-color: rgb(134,50,54); }

 td.TdClassName
 {
   border-color: #863236;
 }
 .TagClassName
 {
   border-color: #863236;
 }
</style>