#A0420D

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

Shades of Saddle Brown #A0420D

Tints of Saddle Brown #A0420D

Color information

#A0420D (or 0xA0420D) is unknown color: approx Saddle Brown. HEX triplet: A0, 42 and 0D. RGB value is (160,66,13). Sum of RGB (Red+Green+Blue) = 160+66+13=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0420D is #5FBDF2. Grayscale: #585858. Windows color (decimal): -6274547 or 869024. OLE color: 869024.

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

Color convert

RGB1606613-
CMYK00.590.920.37
HSL21.63º84.97%33.92%-
HSV(B)21.63º91.87%62.75%-
XYZ16.5211.41.71-
YUV88.0685.64179.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 13 (5.47% from 255) = 5.44%
R=66.95%
G=27.62%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160661300.590.920.3721.6384.9733.92
HexA042D03B5C25165522
Octal24010215073134452612542
Binary101000001000010110101110111011100100101101101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0420D; }

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

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

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

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

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

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

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

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