#A03213

Color #A03213 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #A03213

Tints of Burnt Umber #A03213

Color information

#A03213 (or 0xA03213) is unknown color: approx Burnt Umber. HEX triplet: A0, 32 and 13. RGB value is (160,50,19). Sum of RGB (Red+Green+Blue) = 160+50+19=229 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.87% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 160 - color contains mainly: red. Hex color #A03213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03213 is #5FCDEC. Grayscale: #4F4F4F. Windows color (decimal): -6278637 or 1258144. OLE color: 1258144.

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

Color convert

RGB1605019-
CMYK00.690.880.37
HSL13.19º78.77%35.1%-
HSV(B)13.19º88.13%62.75%-
XYZ15.769.81.68-
YUV79.3693.94185.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.87%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 19 (7.81% from 255) = 8.30%
R=69.87%
G=21.83%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160501900.690.880.3713.1978.7735.1
HexA032130455825d4f23
Octal24062230105130451511743
Binary101000001100101001101000101101100010010111011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03213; }

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

 H1.HeaderClassName
 {
   color: #A03213;
 }
 .AnyTagClassName
 {
   color: #A03213;
 }
</style>
background-color css

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

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

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

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

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

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