Html Css Color HEX #A04A0A Saddle Brown

📋 copy color: '#A04A0A'

red 160 ◦ green 74 ◦ blue 10

#A04A0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #A04A0A

Tints of Saddle Brown #A04A0A

RGB

 RED value IS 160 (62.89% from 255) = 65.57%

 GREEN value IS 74 (29.3% from 255) = 30.33%

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 65.57%
G = 30.33%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04A0A (or 0xA04A0A) is known color: 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

RGB 160 74 10 -
CMYK 0 0.54 0.94 0.37
HSL 25.6º 0.88% 0.33% -
HSV(B) 25.6º 0.94% 0.63% -
XYZ 17 12.39 1.78 -
YUV 92.42 81.49 176.2 -
System Red Green Blue C M Y K H S L
Decimal 160 74 10 0 0.54 0.94 0.37 25.6 0.88 0.33
Hex A0 4A A 0 36 5E 25 1A 58 21
Octal 240 112 12 0 66 136 45 32 130 41
Binary 10100000 1001010 1010 0 110110 1011110 100101 11010 1011000 100001

Color Harmonies of #A04A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A0A

Black with #A04A0A

Text Example


Text Example

White with #A04A0A

Text Example


Text Example

HTML Codes & Css Web 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>