Html Css Color HEX #A04809 Saddle Brown

📋 copy color: '#A04809'

red 160 ◦ green 72 ◦ blue 9

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

Shades of Saddle Brown #A04809

Tints of Saddle Brown #A04809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 66.39%
G = 29.88%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04809 (or 0xA04809) is known color: Saddle Brown. HEX triplet: A0, 48 and 09. RGB value is (160,72,9). Sum of RGB (Red+Green+Blue) = 160+72+9=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04809 is #5FB7F6. Grayscale: #5B5B5B. Windows color (decimal): -6273015 or 608416. OLE color: 608416.

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

Color convert

RGB 160 72 9 -
CMYK 0 0.55 0.94 0.37
HSL 25.03º 0.89% 0.33% -
HSV(B) 25.03º 0.94% 0.63% -
XYZ 16.86 12.13 1.71 -
YUV 91.13 81.65 177.12 -
System Red Green Blue C M Y K H S L
Decimal 160 72 9 0 0.55 0.94 0.37 25.03 0.89 0.33
Hex A0 48 9 0 37 5E 25 19 59 21
Octal 240 110 11 0 67 136 45 31 131 41
Binary 10100000 1001000 1001 0 110111 1011110 100101 11001 1011001 100001

Color Harmonies of #A04809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04809

Black with #A04809

Text Example


Text Example

White with #A04809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04809; }

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

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

background-color css

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

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

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

border-color css

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

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

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