Html Css Color HEX #A04409 Saddle Brown

📋 copy color: '#A04409'

red 160 ◦ green 68 ◦ blue 9

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

Shades of Saddle Brown #A04409

Tints of Saddle Brown #A04409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

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

R = 67.51%
G = 28.69%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04409 (or 0xA04409) is known color: Saddle Brown. HEX triplet: A0, 44 and 09. RGB value is (160,68,9). Sum of RGB (Red+Green+Blue) = 160+68+9=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A04409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04409 is #5FBBF6. Grayscale: #595959. Windows color (decimal): -6274039 or 607392. OLE color: 607392.

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

Color convert

RGB 160 68 9 -
CMYK 0 0.57 0.94 0.37
HSL 23.44º 0.89% 0.33% -
HSV(B) 23.44º 0.94% 0.63% -
XYZ 16.61 11.63 1.63 -
YUV 88.78 82.98 178.8 -
System Red Green Blue C M Y K H S L
Decimal 160 68 9 0 0.57 0.94 0.37 23.44 0.89 0.33
Hex A0 44 9 0 39 5E 25 17 59 21
Octal 240 104 11 0 71 136 45 27 131 41
Binary 10100000 1000100 1001 0 111001 1011110 100101 10111 1011001 100001

Color Harmonies of #A04409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04409

Black with #A04409

Text Example


Text Example

White with #A04409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04409; }

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

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

background-color css

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

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

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

border-color css

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

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

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