#864E0B

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

Shades of Saddle Brown #864E0B

Tints of Saddle Brown #864E0B

Color information

#864E0B (or 0x864E0B) is unknown color: approx Saddle Brown. HEX triplet: 86, 4E and 0B. RGB value is (134,78,11). Sum of RGB (Red+Green+Blue) = 134+78+11=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E0B is #79B1F4. Grayscale: #575757. Windows color (decimal): -7975413 or 740998. OLE color: 740998.

HSL color Cylindrical-coordinate representation of color #864E0B: hue angle of 32.68º 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 #864E0B is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB1347811-
CMYK00.420.920.47
HSL32.68º84.83%28.43%-
HSV(B)32.68º91.79%52.55%-
XYZ12.6210.541.69-
YUV87.1185.05161.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=60.09%
G=34.98%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134781100.420.920.4732.6884.8328.43
Hex864EB02A5C2F21551c
Octal20611613052134574112534
Binary100001101001110101101010101011100101111100001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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