#902E16

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

Shades of Burnt Umber #902E16

Tints of Burnt Umber #902E16

Color information

#902E16 (or 0x902E16) is unknown color: approx Burnt Umber. HEX triplet: 90, 2E and 16. RGB value is (144,46,22). Sum of RGB (Red+Green+Blue) = 144+46+22=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #902E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E16 is #6FD1E9. Grayscale: #484848. Windows color (decimal): -7328234 or 1453712. OLE color: 1453712.

HSL color Cylindrical-coordinate representation of color #902E16: hue angle of 11.8º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #902E16 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB1444622-
CMYK00.680.850.44
HSL11.8º73.49%32.55%-
HSV(B)11.8º84.72%56.47%-
XYZ12.627.941.63-
YUV72.5799.47178.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.92%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=67.92%
G=21.70%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144462200.680.850.4411.873.4932.55
Hex902E16044552Cc4921
Octal22056260104125541411141
Binary100100001011101011001000100101010110110011001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902E16; }

 p { color: rgb(144,46,22); }

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

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

 a { background-color: rgb(144,46,22); }

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

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

 span { border-color: rgb(144,46,22); }

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