#902E14

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

Shades of Burnt Umber #902E14

Tints of Burnt Umber #902E14

Color information

#902E14 (or 0x902E14) is unknown color: approx Burnt Umber. HEX triplet: 90, 2E and 14. RGB value is (144,46,20). Sum of RGB (Red+Green+Blue) = 144+46+20=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #902E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E14 is #6FD1EB. Grayscale: #484848. Windows color (decimal): -7328236 or 1322640. OLE color: 1322640.

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

Color convert

RGB1444620-
CMYK00.680.860.44
HSL12.58º75.61%32.16%-
HSV(B)12.58º86.11%56.47%-
XYZ12.67.931.53-
YUV72.3498.47179.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 68.57%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 20 (8.20% from 255) = 9.52%
R=68.57%
G=21.90%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144462000.680.860.4412.5875.6132.16
Hex902E14044562Cd4c20
Octal22056240104126541511440
Binary100100001011101010001000100101011010110011011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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