#864B0B

Color #864B0B Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #864B0B

Tints of Saddle Brown #864B0B

Color information

#864B0B (or 0x864B0B) is unknown color: approx Saddle Brown. HEX triplet: 86, 4B and 0B. RGB value is (134,75,11). Sum of RGB (Red+Green+Blue) = 134+75+11=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #864B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864B0B is #79B4F4. Grayscale: #555555. Windows color (decimal): -7976181 or 740230. OLE color: 740230.

HSL color Cylindrical-coordinate representation of color #864B0B: hue angle of 31.22º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #864B0B is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1347511-
CMYK00.440.920.47
HSL31.22º84.83%28.43%-
HSV(B)31.22º91.79%52.55%-
XYZ12.4110.121.62-
YUV85.3486.05162.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 75 (29.69% from 255) = 34.09%
BLUE value IS 11 (4.69% from 255) = 5%
R=60.91%
G=34.09%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134751100.440.920.4731.2284.8328.43
Hex864BB02C5C2F1f551c
Octal20611313054134573712534
Binary10000110100101110110101100101110010111111111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864B0B; }

 p { color: rgb(134,75,11); }

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

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

 a { background-color: rgb(134,75,11); }

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

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

 span { border-color: rgb(134,75,11); }

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