Html Css Color HEX #A04215 Saddle Brown

📋 copy color: '#A04215'

red 160 ◦ green 66 ◦ blue 21

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

Shades of Saddle Brown #A04215

Tints of Saddle Brown #A04215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 64.78%
G = 26.72%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A04215 (or 0xA04215) is known color: Saddle Brown. HEX triplet: A0, 42 and 15. RGB value is (160,66,21). Sum of RGB (Red+Green+Blue) = 160+66+21=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A04215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04215 is #5FBDEA. Grayscale: #595959. Windows color (decimal): -6274539 or 1393312. OLE color: 1393312.

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

Color convert

RGB 160 66 21 -
CMYK 0 0.59 0.87 0.37
HSL 19.42º 0.77% 0.35% -
HSV(B) 19.42º 0.87% 0.63% -
XYZ 16.58 11.42 2.04 -
YUV 88.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 160 66 21 0 0.59 0.87 0.37 19.42 0.77 0.35
Hex A0 42 15 0 3B 57 25 13 4D 23
Octal 240 102 25 0 73 127 45 23 115 43
Binary 10100000 1000010 10101 0 111011 1010111 100101 10011 1001101 100011

Color Harmonies of #A04215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04215

Black with #A04215

Text Example


Text Example

White with #A04215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04215; }

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

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

background-color css

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

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

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

border-color css

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

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

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