Html Css Color HEX #A04204 Saddle Brown

📋 copy color: '#A04204'

red 160 ◦ green 66 ◦ blue 4

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

Shades of Saddle Brown #A04204

Tints of Saddle Brown #A04204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 69.57%
G = 28.7%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A04204 (or 0xA04204) is known color: Saddle Brown. HEX triplet: A0, 42 and 04. RGB value is (160,66,4). Sum of RGB (Red+Green+Blue) = 160+66+4=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04204 is #5FBDFB. Grayscale: #575757. Windows color (decimal): -6274556 or 279200. OLE color: 279200.

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

Color convert

RGB 160 66 4 -
CMYK 0 0.59 0.98 0.37
HSL 23.85º 0.95% 0.32% -
HSV(B) 23.85º 0.98% 0.63% -
XYZ 16.47 11.38 1.44 -
YUV 87.04 81.14 180.04 -
System Red Green Blue C M Y K H S L
Decimal 160 66 4 0 0.59 0.98 0.37 23.85 0.95 0.32
Hex A0 42 4 0 3B 62 25 18 5F 20
Octal 240 102 4 0 73 142 45 30 137 40
Binary 10100000 1000010 100 0 111011 1100010 100101 11000 1011111 100000

Color Harmonies of #A04204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04204

Black with #A04204

Text Example


Text Example

White with #A04204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04204; }

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

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

background-color css

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

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

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

border-color css

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

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

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