#902C12

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

Shades of Burnt Umber #902C12

Tints of Burnt Umber #902C12

Color information

#902C12 (or 0x902C12) is unknown color: approx Burnt Umber. HEX triplet: 90, 2C and 12. RGB value is (144,44,18). Sum of RGB (Red+Green+Blue) = 144+44+18=206 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.90% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 144 - color contains mainly: red. Hex color #902C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902C12 is #6FD3ED. Grayscale: #474747. Windows color (decimal): -7328750 or 1191056. OLE color: 1191056.

HSL color Cylindrical-coordinate representation of color #902C12: hue angle of 12.38º 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 #902C12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB1444418-
CMYK00.690.880.44
HSL12.38º77.78%31.76%-
HSV(B)12.38º87.5%56.47%-
XYZ12.517.771.41-
YUV70.9498.13180.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 69.90%
GREEN value IS 44 (17.58% from 255) = 21.36%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=69.90%
G=21.36%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144441800.690.880.4412.3877.7831.76
Hex902C12045582Cc4e20
Octal22054220105130541411640
Binary100100001011001001001000101101100010110011001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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