Html Css Color HEX #90290E Burnt Umber

📋 copy color: '#90290E'

red 144 ◦ green 41 ◦ blue 14

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

Shades of Burnt Umber #90290E

Tints of Burnt Umber #90290E

RGB

 RED value IS 144 (56.64% from 255) = 72.36%

 GREEN value IS 41 (16.41% from 255) = 20.6%

 BLUE value IS 14 (5.86% from 255) = 7.04%

R = 72.36%
G = 20.6%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90290E (or 0x90290E) is known color: Burnt Umber. HEX triplet: 90, 29 and 0E. RGB value is (144,41,14). Sum of RGB (Red+Green+Blue) = 144+41+14=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #90290E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90290E is #6FD6F1. Grayscale: #444444. Windows color (decimal): -7329522 or 928144. OLE color: 928144.

HSL color Cylindrical-coordinate representation of color #90290E: hue angle of 12.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90290E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 41 14 -
CMYK 0 0.72 0.90 0.44
HSL 12.46º 0.82% 0.31% -
HSV(B) 12.46º 0.9% 0.56% -
XYZ 12.37 7.55 1.22 -
YUV 68.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 144 41 14 0 0.72 0.90 0.44 12.46 0.82 0.31
Hex 90 29 E 0 48 5A 2C C 52 1F
Octal 220 51 16 0 110 132 54 14 122 37
Binary 10010000 101001 1110 0 1001000 1011010 101100 1100 1010010 11111

Color Harmonies of #90290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90290E

Black with #90290E

Text Example


Text Example

White with #90290E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,41,14); }

 H1.HeaderClassName
 {
   color: #90290E;
 }
 .AnyTagClassName
 {
   color: #90290E;
 }
</style>

background-color css

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

 a { background-color: rgb(144,41,14); }

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

border-color css

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

 span { border-color: rgb(144,41,14); }

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