#903213

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

Shades of Burnt Umber #903213

Tints of Burnt Umber #903213

Color information

#903213 (or 0x903213) is unknown color: approx Burnt Umber. HEX triplet: 90, 32 and 13. RGB value is (144,50,19). Sum of RGB (Red+Green+Blue) = 144+50+19=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #903213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #903213 is #6FCDEC. Grayscale: #4A4A4A. Windows color (decimal): -7327213 or 1258128. OLE color: 1258128.

HSL color Cylindrical-coordinate representation of color #903213: hue angle of 14.88º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #903213 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1445019-
CMYK00.650.870.44
HSL14.88º76.69%31.96%-
HSV(B)14.88º86.81%56.47%-
XYZ12.768.261.54-
YUV74.5796.64177.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 67.61%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 19 (7.81% from 255) = 8.92%
R=67.61%
G=23.47%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144501900.650.870.4414.8876.6931.96
Hex903213041572Cf4d20
Octal22062230101127541711540
Binary100100001100101001101000001101011110110011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #903213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #903213; }

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

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

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

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

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

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

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

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