Html Css Color HEX #A03215 Burnt Umber

📋 copy color: '#A03215'

red 160 ◦ green 50 ◦ blue 21

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

Shades of Burnt Umber #A03215

Tints of Burnt Umber #A03215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 69.26%
G = 21.65%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A03215 (or 0xA03215) is known color: Burnt Umber. HEX triplet: A0, 32 and 15. RGB value is (160,50,21). Sum of RGB (Red+Green+Blue) = 160+50+21=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03215 is #5FCDEA. Grayscale: #4F4F4F. Windows color (decimal): -6278635 or 1389216. OLE color: 1389216.

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

Color convert

RGB 160 50 21 -
CMYK 0 0.69 0.87 0.37
HSL 12.52º 0.77% 0.35% -
HSV(B) 12.52º 0.87% 0.63% -
XYZ 15.77 9.81 1.77 -
YUV 79.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 160 50 21 0 0.69 0.87 0.37 12.52 0.77 0.35
Hex A0 32 15 0 45 57 25 D 4D 23
Octal 240 62 25 0 105 127 45 15 115 43
Binary 10100000 110010 10101 0 1000101 1010111 100101 1101 1001101 100011

Color Harmonies of #A03215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03215

Black with #A03215

Text Example


Text Example

White with #A03215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03215; }

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

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

background-color css

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

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

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

border-color css

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

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

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