#862D09

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

Shades of Saddle Brown #862D09

Tints of Saddle Brown #862D09

Color information

#862D09 (or 0x862D09) is unknown color: approx Saddle Brown. HEX triplet: 86, 2D and 09. RGB value is (134,45,9). Sum of RGB (Red+Green+Blue) = 134+45+9=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #862D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D09 is #79D2F6. Grayscale: #434343. Windows color (decimal): -7983863 or 601478. OLE color: 601478.

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

Color convert

RGB134459-
CMYK00.660.930.47
HSL17.28º87.41%28.04%-
HSV(B)17.28º93.28%52.55%-
XYZ10.826.961.03-
YUV67.5194.99175.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 45 (17.97% from 255) = 23.94%
BLUE value IS 9 (3.91% from 255) = 4.79%
R=71.28%
G=23.94%
B=4.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13445900.660.930.4717.2887.4128.04
Hex862D90425D2F11571c
Octal20655110102135572112734
Binary10000110101101100101000010101110110111110001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862D09; }

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

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

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

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

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

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

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

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