#902E12

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

Shades of Burnt Umber #902E12

Tints of Burnt Umber #902E12

Color information

#902E12 (or 0x902E12) is unknown color: approx Burnt Umber. HEX triplet: 90, 2E and 12. RGB value is (144,46,18). Sum of RGB (Red+Green+Blue) = 144+46+18=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #902E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E12 is #6FD1ED. Grayscale: #484848. Windows color (decimal): -7328238 or 1191568. OLE color: 1191568.

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

Color convert

RGB1444618-
CMYK00.680.880.44
HSL13.33º77.78%31.76%-
HSV(B)13.33º87.5%56.47%-
XYZ12.597.931.44-
YUV72.1197.47179.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.23%
GREEN value IS 46 (18.36% from 255) = 22.12%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=69.23%
G=22.12%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144461800.680.880.4413.3377.7831.76
Hex902E12044582Cd4e20
Octal22056220104130541511640
Binary100100001011101001001000100101100010110011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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