Html Css Color HEX #A04206 Saddle Brown

📋 copy color: '#A04206'

red 160 ◦ green 66 ◦ blue 6

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

Shades of Saddle Brown #A04206

Tints of Saddle Brown #A04206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 68.97%
G = 28.45%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A04206 (or 0xA04206) is known color: Saddle Brown. HEX triplet: A0, 42 and 06. RGB value is (160,66,6). Sum of RGB (Red+Green+Blue) = 160+66+6=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A04206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04206 is #5FBDF9. Grayscale: #575757. Windows color (decimal): -6274554 or 410272. OLE color: 410272.

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

Color convert

RGB 160 66 6 -
CMYK 0 0.59 0.96 0.37
HSL 23.38º 0.93% 0.33% -
HSV(B) 23.38º 0.96% 0.63% -
XYZ 16.48 11.38 1.5 -
YUV 87.27 82.14 179.88 -
System Red Green Blue C M Y K H S L
Decimal 160 66 6 0 0.59 0.96 0.37 23.38 0.93 0.33
Hex A0 42 6 0 3B 60 25 17 5D 21
Octal 240 102 6 0 73 140 45 27 135 41
Binary 10100000 1000010 110 0 111011 1100000 100101 10111 1011101 100001

Color Harmonies of #A04206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04206

Black with #A04206

Text Example


Text Example

White with #A04206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04206; }

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

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

background-color css

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

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

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

border-color css

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

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

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