#A0331A

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

Shades of Burnt Umber #A0331A

Tints of Burnt Umber #A0331A

Color information

#A0331A (or 0xA0331A) is unknown color: approx Burnt Umber. HEX triplet: A0, 33 and 1A. RGB value is (160,51,26). Sum of RGB (Red+Green+Blue) = 160+51+26=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A0331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0331A is #5FCCE5. Grayscale: #505050. Windows color (decimal): -6278374 or 1717152. OLE color: 1717152.

HSL color Cylindrical-coordinate representation of color #A0331A: hue angle of 11.19º degrees, saturation: 0.72, 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 #A0331A is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB1605126-
CMYK00.680.840.37
HSL11.19º72.04%36.47%-
HSV(B)11.19º83.75%62.75%-
XYZ15.879.922.05-
YUV80.7497.11184.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=67.51%
G=21.52%
B=10.97%

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
Decimal160512600.680.840.3711.1972.0436.47
HexA0331A0445425b4824
Octal24063320104124451311044
Binary101000001100111101001000100101010010010110111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0331A; }

 p { color: rgb(160,51,26); }

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

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

 a { background-color: rgb(160,51,26); }

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

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

 span { border-color: rgb(160,51,26); }

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