Html Css Color HEX #A04709 Saddle Brown

📋 copy color: '#A04709'

red 160 ◦ green 71 ◦ blue 9

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

Shades of Saddle Brown #A04709

Tints of Saddle Brown #A04709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

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

R = 66.67%
G = 29.58%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04709 (or 0xA04709) is known color: Saddle Brown. HEX triplet: A0, 47 and 09. RGB value is (160,71,9). Sum of RGB (Red+Green+Blue) = 160+71+9=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A04709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04709 is #5FB8F6. Grayscale: #5A5A5A. Windows color (decimal): -6273271 or 608160. OLE color: 608160.

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

Color convert

RGB 160 71 9 -
CMYK 0 0.56 0.94 0.37
HSL 24.64º 0.89% 0.33% -
HSV(B) 24.64º 0.94% 0.63% -
XYZ 16.8 12 1.69 -
YUV 90.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 160 71 9 0 0.56 0.94 0.37 24.64 0.89 0.33
Hex A0 47 9 0 38 5E 25 19 59 21
Octal 240 107 11 0 70 136 45 31 131 41
Binary 10100000 1000111 1001 0 111000 1011110 100101 11001 1011001 100001

Color Harmonies of #A04709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04709

Black with #A04709

Text Example


Text Example

White with #A04709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04709; }

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

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

background-color css

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

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

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

border-color css

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

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

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