Html Css Color HEX #90311E Burnt Umber

📋 copy color: '#90311E'

red 144 ◦ green 49 ◦ blue 30

#90311E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #90311E

Tints of Burnt Umber #90311E

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 value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90311E (or 0x90311E) is known color: 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

RGB 144 49 30 -
CMYK 0 0.66 0.79 0.44
HSL 10º 0.66% 0.34% -
HSV(B) 10º 0.79% 0.56% -
XYZ 12.83 8.22 2.14 -
YUV 75.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 144 49 30 0 0.66 0.79 0.44 10 0.66 0.34
Hex 90 31 1E 0 42 4F 2C A 42 22
Octal 220 61 36 0 102 117 54 12 102 42
Binary 10010000 110001 11110 0 1000010 1001111 101100 1010 1000010 100010

Color Harmonies of #90311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90311E

Black with #90311E

Text Example


Text Example

White with #90311E

Text Example


Text Example

HTML Codes & Css Web 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>