Html Css Color HEX #A04A09 Saddle Brown

📋 copy color: '#A04A09'

red 160 ◦ green 74 ◦ blue 9

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

Shades of Saddle Brown #A04A09

Tints of Saddle Brown #A04A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.7%

R = 65.84%
G = 30.45%
B = 3.7%

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

#A04A09 (or 0xA04A09) is known color: Saddle Brown. HEX triplet: A0, 4A and 09. RGB value is (160,74,9). Sum of RGB (Red+Green+Blue) = 160+74+9=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A09 is #5FB5F6. Grayscale: #5C5C5C. Windows color (decimal): -6272503 or 608928. OLE color: 608928.

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

Color convert

RGB 160 74 9 -
CMYK 0 0.54 0.94 0.37
HSL 25.83º 0.89% 0.33% -
HSV(B) 25.83º 0.94% 0.63% -
XYZ 17 12.39 1.75 -
YUV 92.3 80.99 176.29 -
System Red Green Blue C M Y K H S L
Decimal 160 74 9 0 0.54 0.94 0.37 25.83 0.89 0.33
Hex A0 4A 9 0 36 5E 25 1A 59 21
Octal 240 112 11 0 66 136 45 32 131 41
Binary 10100000 1001010 1001 0 110110 1011110 100101 11010 1011001 100001

Color Harmonies of #A04A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A09

Black with #A04A09

Text Example


Text Example

White with #A04A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A09; }

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

 H1.HeaderClassName
 {
   color: #A04A09;
 }
 .AnyTagClassName
 {
   color: #A04A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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