#865009

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

Shades of Saddle Brown #865009

Tints of Saddle Brown #865009

Color information

#865009 (or 0x865009) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 09. RGB value is (134,80,9). Sum of RGB (Red+Green+Blue) = 134+80+9=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #865009 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865009 is #79AFF6. Grayscale: #585858. Windows color (decimal): -7974903 or 610438. OLE color: 610438.

HSL color Cylindrical-coordinate representation of color #865009: hue angle of 34.08º 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 #865009 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134809-
CMYK00.400.930.47
HSL34.08º87.41%28.04%-
HSV(B)34.08º93.28%52.55%-
XYZ12.7510.831.68-
YUV88.0583.39160.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=60.09%
G=35.87%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13480900.400.930.4734.0887.4128.04
Hex865090285D2F22571c
Octal20612011050135574212734
Binary100001101010000100101010001011101101111100010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865009; }

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

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

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

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

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

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

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

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