#A04413

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

Shades of Saddle Brown #A04413

Tints of Saddle Brown #A04413

Color information

#A04413 (or 0xA04413) is unknown color: approx Saddle Brown. HEX triplet: A0, 44 and 13. RGB value is (160,68,19). Sum of RGB (Red+Green+Blue) = 160+68+19=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04413 is #5FBBEC. Grayscale: #5A5A5A. Windows color (decimal): -6274029 or 1262752. OLE color: 1262752.

HSL color Cylindrical-coordinate representation of color #A04413: hue angle of 20.85º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A04413 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1606819-
CMYK00.570.880.37
HSL20.85º78.77%35.1%-
HSV(B)20.85º88.13%62.75%-
XYZ16.6811.651.99-
YUV89.9287.98177.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64.78%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=64.78%
G=27.53%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160681900.570.880.3720.8578.7735.1
HexA044130395825154f23
Octal24010423071130452511743
Binary1010000010001001001101110011011000100101101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04413; }

 p { color: rgb(160,68,19); }

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

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

 a { background-color: rgb(160,68,19); }

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

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

 span { border-color: rgb(160,68,19); }

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