#A04A0A

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

Shades of Saddle Brown #A04A0A

Tints of Saddle Brown #A04A0A

Color information

#A04A0A (or 0xA04A0A) is unknown color: approx Saddle Brown. HEX triplet: A0, 4A and 0A. RGB value is (160,74,10). Sum of RGB (Red+Green+Blue) = 160+74+10=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A0A is #5FB5F5. Grayscale: #5C5C5C. Windows color (decimal): -6272502 or 674464. OLE color: 674464.

HSL color Cylindrical-coordinate representation of color #A04A0A: hue angle of 25.6º degrees, saturation: 0.88, 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 #A04A0A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB1607410-
CMYK00.540.940.37
HSL25.6º88.24%33.33%-
HSV(B)25.6º93.75%62.75%-
XYZ1712.391.78-
YUV92.4281.49176.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.57%
GREEN value IS 74 (29.30% from 255) = 30.33%
BLUE value IS 10 (4.30% from 255) = 4.10%
R=65.57%
G=30.33%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160741000.540.940.3725.688.2433.33
HexA04AA0365E251a5821
Octal24011212066136453213041
Binary101000001001010101001101101011110100101110101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04A0A; }

 p { color: rgb(160,74,10); }

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

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

 a { background-color: rgb(160,74,10); }

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

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

 span { border-color: rgb(160,74,10); }

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