#90321c

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

Shades of Burnt Umber #90321C

Tints of Burnt Umber #90321C

Color information

#90321C (or 0x90321C) is unknown color: approx Burnt Umber. HEX triplet: 90, 32 and 1C. RGB value is (144,50,28). Sum of RGB (Red+Green+Blue) = 144+50+28=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90321C is #6FCDE3. Grayscale: #4B4B4B. Windows color (decimal): -7327204 or 1847952. OLE color: 1847952.

HSL color Cylindrical-coordinate representation of color #90321C: hue angle of 11.38º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90321C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1445028-
CMYK00.650.810.44
HSL11.38º67.44%33.73%-
HSV(B)11.38º80.56%56.47%-
XYZ12.858.292.02-
YUV75.6101.14176.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.86%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 28 (11.33% from 255) = 12.61%
R=64.86%
G=22.52%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144502800.650.810.4411.3867.4433.73
Hex90321C041512Cb4322
Octal22062340101121541310342
Binary100100001100101110001000001101000110110010111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90321c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90321c; }

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

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

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

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

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

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

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

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