#A04209

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

Shades of Saddle Brown #A04209

Tints of Saddle Brown #A04209

Color information

#A04209 (or 0xA04209) is unknown color: approx Saddle Brown. HEX triplet: A0, 42 and 09. RGB value is (160,66,9). Sum of RGB (Red+Green+Blue) = 160+66+9=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A04209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04209 is #5FBDF6. Grayscale: #575757. Windows color (decimal): -6274551 or 606880. OLE color: 606880.

HSL color Cylindrical-coordinate representation of color #A04209: hue angle of 22.65º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A04209 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB160669-
CMYK00.590.940.37
HSL22.65º89.35%33.14%-
HSV(B)22.65º94.38%62.75%-
XYZ16.4911.391.59-
YUV87.6183.64179.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 9 (3.91% from 255) = 3.83%
R=68.09%
G=28.09%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16066900.590.940.3722.6589.3533.14
HexA042903B5E25175921
Octal24010211073136452713141
Binary101000001000010100101110111011110100101101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04209; }

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

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

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

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

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

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

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

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