#A0440C

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

Shades of Saddle Brown #A0440C

Tints of Saddle Brown #A0440C

Color information

#A0440C (or 0xA0440C) is unknown color: approx Saddle Brown. HEX triplet: A0, 44 and 0C. RGB value is (160,68,12). Sum of RGB (Red+Green+Blue) = 160+68+12=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0440C is #5FBBF3. Grayscale: #595959. Windows color (decimal): -6274036 or 804000. OLE color: 804000.

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

Color convert

RGB1606812-
CMYK00.570.930.37
HSL22.7º86.05%33.73%-
HSV(B)22.7º92.5%62.75%-
XYZ16.6311.631.72-
YUV89.1284.48178.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.67%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 12 (5.08% from 255) = 5%
R=66.67%
G=28.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160681200.570.930.3722.786.0533.73
HexA044C0395D25175622
Octal24010414071135452712642
Binary101000001000100110001110011011101100101101111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0440C; }

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

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

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

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

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

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

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

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