#90311E

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

Shades of Burnt Umber #90311E

Tints of Burnt Umber #90311E

Color information

#90311E (or 0x90311E) is unknown color: approx Burnt Umber. HEX triplet: 90, 31 and 1E. RGB value is (144,49,30). Sum of RGB (Red+Green+Blue) = 144+49+30=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90311E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90311E is #6FCEE1. Grayscale: #4B4B4B. Windows color (decimal): -7327458 or 1978768. OLE color: 1978768.

HSL color Cylindrical-coordinate representation of color #90311E: hue angle of 10º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90311E is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1444930-
CMYK00.660.790.44
HSL10º65.52%34.12%-
HSV(B)10º79.17%56.47%-
XYZ12.838.222.14-
YUV75.24102.47177.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 64.57%
GREEN value IS 49 (19.53% from 255) = 21.97%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=64.57%
G=21.97%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144493000.660.790.441065.5234.12
Hex90311E0424F2Ca4222
Octal22061360102117541210242
Binary100100001100011111001000010100111110110010101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90311E; }

 p { color: rgb(144,49,30); }

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

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

 a { background-color: rgb(144,49,30); }

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

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

 span { border-color: rgb(144,49,30); }

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