#864209

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

Shades of Saddle Brown #864209

Tints of Saddle Brown #864209

Color information

#864209 (or 0x864209) is unknown color: approx Saddle Brown. HEX triplet: 86, 42 and 09. RGB value is (134,66,9). Sum of RGB (Red+Green+Blue) = 134+66+9=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #864209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864209 is #79BDF6. Grayscale: #505050. Windows color (decimal): -7978487 or 606854. OLE color: 606854.

HSL color Cylindrical-coordinate representation of color #864209: hue angle of 27.36º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864209 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134669-
CMYK00.510.930.47
HSL27.36º87.41%28.04%-
HSV(B)27.36º93.28%52.55%-
XYZ11.838.981.37-
YUV79.8388.03166.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 9 (3.91% from 255) = 4.31%
R=64.11%
G=31.58%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13466900.510.930.4727.3687.4128.04
Hex864290335D2F1b571c
Octal20610211063135573312734
Binary10000110100001010010110011101110110111111011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864209; }

 p { color: rgb(134,66,9); }

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

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

 a { background-color: rgb(134,66,9); }

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

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

 span { border-color: rgb(134,66,9); }

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