Html Css Color HEX #A04504 Saddle Brown

📋 copy color: '#A04504'

red 160 ◦ green 69 ◦ blue 4

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

Shades of Saddle Brown #A04504

Tints of Saddle Brown #A04504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

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

R = 68.67%
G = 29.61%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A04504 (or 0xA04504) is known color: Saddle Brown. HEX triplet: A0, 45 and 04. RGB value is (160,69,4). Sum of RGB (Red+Green+Blue) = 160+69+4=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A04504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04504 is #5FBAFB. Grayscale: #595959. Windows color (decimal): -6273788 or 279968. OLE color: 279968.

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

Color convert

RGB 160 69 4 -
CMYK 0 0.57 0.98 0.37
HSL 25º 0.95% 0.32% -
HSV(B) 25º 0.98% 0.63% -
XYZ 16.65 11.74 1.5 -
YUV 88.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 160 69 4 0 0.57 0.98 0.37 25 0.95 0.32
Hex A0 45 4 0 39 62 25 19 5F 20
Octal 240 105 4 0 71 142 45 31 137 40
Binary 10100000 1000101 100 0 111001 1100010 100101 11001 1011111 100000

Color Harmonies of #A04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04504

Black with #A04504

Text Example


Text Example

White with #A04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04504; }

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

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

background-color css

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

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

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

border-color css

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

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

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