#A0440D

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

Shades of Saddle Brown #A0440D

Tints of Saddle Brown #A0440D

Color information

#A0440D (or 0xA0440D) is unknown color: approx Saddle Brown. HEX triplet: A0, 44 and 0D. RGB value is (160,68,13). Sum of RGB (Red+Green+Blue) = 160+68+13=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0440D is #5FBBF2. Grayscale: #595959. Windows color (decimal): -6274035 or 869536. OLE color: 869536.

HSL color Cylindrical-coordinate representation of color #A0440D: hue angle of 22.45º 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 #A0440D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB1606813-
CMYK00.570.920.37
HSL22.45º84.97%33.92%-
HSV(B)22.45º91.87%62.75%-
XYZ16.6411.641.75-
YUV89.2484.98178.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=66.39%
G=28.22%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160681300.570.920.3722.4584.9733.92
HexA044D0395C25165522
Octal24010415071134452612542
Binary101000001000100110101110011011100100101101101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0440D; }

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

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

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

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

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

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

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

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