#A03516

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

Shades of Burnt Umber #A03516

Tints of Burnt Umber #A03516

Color information

#A03516 (or 0xA03516) is unknown color: approx Burnt Umber. HEX triplet: A0, 35 and 16. RGB value is (160,53,22). Sum of RGB (Red+Green+Blue) = 160+53+22=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A03516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03516 is #5FCAE9. Grayscale: #515151. Windows color (decimal): -6277866 or 1455520. OLE color: 1455520.

HSL color Cylindrical-coordinate representation of color #A03516: hue angle of 13.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03516 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1605322-
CMYK00.670.860.37
HSL13.48º75.82%35.69%-
HSV(B)13.48º86.25%62.75%-
XYZ15.9210.081.87-
YUV81.4694.45184.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=68.09%
G=22.55%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160532200.670.860.3713.4875.8235.69
HexA035160435625d4c24
Octal24065260103126451511444
Binary101000001101011011001000011101011010010111011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03516; }

 p { color: rgb(160,53,22); }

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

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

 a { background-color: rgb(160,53,22); }

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

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

 span { border-color: rgb(160,53,22); }

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