Html Css Color HEX #A04604 Saddle Brown

📋 copy color: '#A04604'

red 160 ◦ green 70 ◦ blue 4

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

Shades of Saddle Brown #A04604

Tints of Saddle Brown #A04604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

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

R = 68.38%
G = 29.91%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A04604 (or 0xA04604) is known color: Saddle Brown. HEX triplet: A0, 46 and 04. RGB value is (160,70,4). Sum of RGB (Red+Green+Blue) = 160+70+4=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A04604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04604 is #5FB9FB. Grayscale: #595959. Windows color (decimal): -6273532 or 280224. OLE color: 280224.

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

Color convert

RGB 160 70 4 -
CMYK 0 0.56 0.98 0.37
HSL 25.38º 0.95% 0.32% -
HSV(B) 25.38º 0.98% 0.63% -
XYZ 16.71 11.86 1.52 -
YUV 89.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 160 70 4 0 0.56 0.98 0.37 25.38 0.95 0.32
Hex A0 46 4 0 38 62 25 19 5F 20
Octal 240 106 4 0 70 142 45 31 137 40
Binary 10100000 1000110 100 0 111000 1100010 100101 11001 1011111 100000

Color Harmonies of #A04604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04604

Black with #A04604

Text Example


Text Example

White with #A04604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04604; }

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

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

background-color css

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

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

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

border-color css

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

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

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