Html Css Color HEX #A04909 Saddle Brown

📋 copy color: '#A04909'

red 160 ◦ green 73 ◦ blue 9

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

Shades of Saddle Brown #A04909

Tints of Saddle Brown #A04909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 66.12%
G = 30.17%
B = 3.72%

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

#A04909 (or 0xA04909) is known color: Saddle Brown. HEX triplet: A0, 49 and 09. RGB value is (160,73,9). Sum of RGB (Red+Green+Blue) = 160+73+9=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A04909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04909 is #5FB6F6. Grayscale: #5C5C5C. Windows color (decimal): -6272759 or 608672. OLE color: 608672.

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

Color convert

RGB 160 73 9 -
CMYK 0 0.54 0.94 0.37
HSL 25.43º 0.89% 0.33% -
HSV(B) 25.43º 0.94% 0.63% -
XYZ 16.93 12.26 1.73 -
YUV 91.72 81.32 176.7 -
System Red Green Blue C M Y K H S L
Decimal 160 73 9 0 0.54 0.94 0.37 25.43 0.89 0.33
Hex A0 49 9 0 36 5E 25 19 59 21
Octal 240 111 11 0 66 136 45 31 131 41
Binary 10100000 1001001 1001 0 110110 1011110 100101 11001 1011001 100001

Color Harmonies of #A04909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04909

Black with #A04909

Text Example


Text Example

White with #A04909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04909; }

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

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

background-color css

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

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

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

border-color css

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

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

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