#A03419

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

Shades of Burnt Umber #A03419

Tints of Burnt Umber #A03419

Color information

#A03419 (or 0xA03419) is unknown color: approx Burnt Umber. HEX triplet: A0, 34 and 19. RGB value is (160,52,25). Sum of RGB (Red+Green+Blue) = 160+52+25=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03419 is #5FCBE6. Grayscale: #515151. Windows color (decimal): -6278119 or 1651872. OLE color: 1651872.

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

Color convert

RGB1605225-
CMYK00.680.840.37
HSL12º72.97%36.27%-
HSV(B)12º84.38%62.75%-
XYZ15.9102.01-
YUV81.2196.28184.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 25 (10.16% from 255) = 10.55%
R=67.51%
G=21.94%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160522500.680.840.371272.9736.27
HexA034190445425c4924
Octal24064310104124451411144
Binary101000001101001100101000100101010010010111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03419; }

 p { color: rgb(160,52,25); }

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

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

 a { background-color: rgb(160,52,25); }

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

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

 span { border-color: rgb(160,52,25); }

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