Html Css Color HEX #A04205 Saddle Brown

📋 copy color: '#A04205'

red 160 ◦ green 66 ◦ blue 5

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

Shades of Saddle Brown #A04205

Tints of Saddle Brown #A04205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.57%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 69.26%
G = 28.57%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A04205 (or 0xA04205) is known color: Saddle Brown. HEX triplet: A0, 42 and 05. RGB value is (160,66,5). Sum of RGB (Red+Green+Blue) = 160+66+5=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A04205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04205 is #5FBDFA. Grayscale: #575757. Windows color (decimal): -6274555 or 344736. OLE color: 344736.

HSL color Cylindrical-coordinate representation of color #A04205: hue angle of 23.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A04205 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 5 -
CMYK 0 0.59 0.97 0.37
HSL 23.61º 0.94% 0.32% -
HSV(B) 23.61º 0.97% 0.63% -
XYZ 16.47 11.38 1.47 -
YUV 87.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 160 66 5 0 0.59 0.97 0.37 23.61 0.94 0.32
Hex A0 42 5 0 3B 61 25 18 5E 20
Octal 240 102 5 0 73 141 45 30 136 40
Binary 10100000 1000010 101 0 111011 1100001 100101 11000 1011110 100000

Color Harmonies of #A04205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04205

Black with #A04205

Text Example


Text Example

White with #A04205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04205; }

 p { color: rgb(160,66,5); }

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

background-color css

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

 a { background-color: rgb(160,66,5); }

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

border-color css

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

 span { border-color: rgb(160,66,5); }

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