#864E11

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

Shades of Saddle Brown #864E11

Tints of Saddle Brown #864E11

Color information

#864E11 (or 0x864E11) is unknown color: approx Saddle Brown. HEX triplet: 86, 4E and 11. RGB value is (134,78,17). Sum of RGB (Red+Green+Blue) = 134+78+17=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #864E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E11 is #79B1EE. Grayscale: #585858. Windows color (decimal): -7975407 or 1134214. OLE color: 1134214.

HSL color Cylindrical-coordinate representation of color #864E11: hue angle of 31.28º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #864E11 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1347817-
CMYK00.420.870.47
HSL31.28º77.48%29.61%-
HSV(B)31.28º87.31%52.55%-
XYZ12.6610.561.9-
YUV87.7988.05160.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 78 (30.86% from 255) = 34.06%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=58.52%
G=34.06%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134781700.420.870.4731.2877.4829.61
Hex864E1102A572F1f4d1e
Octal20611621052127573711536
Binary100001101001110100010101010101011110111111111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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