Html Css Color HEX #A05004 Saddle Brown

📋 copy color: '#A05004'

red 160 ◦ green 80 ◦ blue 4

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

Shades of Saddle Brown #A05004

Tints of Saddle Brown #A05004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

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

R = 65.57%
G = 32.79%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A05004 (or 0xA05004) is known color: Saddle Brown. HEX triplet: A0, 50 and 04. RGB value is (160,80,4). Sum of RGB (Red+Green+Blue) = 160+80+4=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A05004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A05004 is #5FAFFB. Grayscale: #5F5F5F. Windows color (decimal): -6270972 or 282784. OLE color: 282784.

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

Color convert

RGB 160 80 4 -
CMYK 0 0.5 0.98 0.37
HSL 29.23º 0.95% 0.32% -
HSV(B) 29.23º 0.98% 0.63% -
XYZ 17.39 13.22 1.75 -
YUV 95.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 160 80 4 0 0.5 0.98 0.37 29.23 0.95 0.32
Hex A0 50 4 0 32 62 25 1D 5F 20
Octal 240 120 4 0 62 142 45 35 137 40
Binary 10100000 1010000 100 0 110010 1100010 100101 11101 1011111 100000

Color Harmonies of #A05004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05004

Black with #A05004

Text Example


Text Example

White with #A05004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05004; }

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

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

background-color css

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

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

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

border-color css

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

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

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