#864916

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

Shades of Saddle Brown #864916

Tints of Saddle Brown #864916

Color information

#864916 (or 0x864916) is unknown color: approx Saddle Brown. HEX triplet: 86, 49 and 16. RGB value is (134,73,22). Sum of RGB (Red+Green+Blue) = 134+73+22=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #864916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864916 is #79B6E9. Grayscale: #555555. Windows color (decimal): -7976682 or 1460614. OLE color: 1460614.

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

Color convert

RGB1347322-
CMYK00.460.840.47
HSL27.32º71.79%30.59%-
HSV(B)27.32º83.58%52.55%-
XYZ12.369.892.02-
YUV85.4292.21162.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=58.52%
G=31.88%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134732200.460.840.4727.3271.7930.59
Hex86491602E542F1b481f
Octal20611126056124573311037
Binary100001101001001101100101110101010010111111011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864916; }

 p { color: rgb(134,73,22); }

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

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

 a { background-color: rgb(134,73,22); }

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

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

 span { border-color: rgb(134,73,22); }

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