#903212

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

Shades of Burnt Umber #903212

Tints of Burnt Umber #903212

Color information

#903212 (or 0x903212) is unknown color: approx Burnt Umber. HEX triplet: 90, 32 and 12. RGB value is (144,50,18). Sum of RGB (Red+Green+Blue) = 144+50+18=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #903212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903212 is #6FCDED. Grayscale: #4A4A4A. Windows color (decimal): -7327214 or 1192592. OLE color: 1192592.

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

Color convert

RGB1445018-
CMYK00.650.880.44
HSL15.24º77.78%31.76%-
HSV(B)15.24º87.5%56.47%-
XYZ12.758.251.49-
YUV74.4696.14177.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.92%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=67.92%
G=23.58%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144501800.650.880.4415.2477.7831.76
Hex903212041582Cf4e20
Octal22062220101130541711640
Binary100100001100101001001000001101100010110011111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903212; }

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

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

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

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

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

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

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

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