Shades of Burnt Umber #90371C
Tints of Burnt Umber #90371C
RGB
CMYK
RGB Variations
Color information
#90371C (or 0x90371C) is known color: Burnt Umber. HEX triplet: 90, 37 and 1C. RGB value is (144,55,28). Sum of RGB (Red+Green+Blue) = 144+55+28=227 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.44% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 144 - color contains mainly: red. Hex color #90371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90371C is #6FC8E3. Grayscale: #4E4E4E. Windows color (decimal): -7325924 or 1849232. OLE color: 1849232.
HSL color Cylindrical-coordinate representation of color #90371C: hue angle of 13.97º 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 #90371C is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 28 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.44 |
| HSL | 13.97º | 0.67% | 0.34% | - |
| HSV(B) | 13.97º | 0.81% | 0.56% | - |
| XYZ | 13.08 | 8.75 | 2.1 | - |
| YUV | 78.53 | 99.49 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 28 | 0 | 0.62 | 0.81 | 0.44 | 13.97 | 0.67 | 0.34 |
| Hex | 90 | 37 | 1C | 0 | 3E | 51 | 2C | E | 43 | 22 |
| Octal | 220 | 67 | 34 | 0 | 76 | 121 | 54 | 16 | 103 | 42 |
| Binary | 10010000 | 110111 | 11100 | 0 | 111110 | 1010001 | 101100 | 1110 | 1000011 | 100010 |
Color Harmonies of #90371C
Complementary color
Monochromatic Colors of #90371C
Black with #90371C
Text Example
Text Example
White with #90371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90371C; }
p { color: rgb(144,55,28); }
H1.HeaderClassName
{
color: #90371C;
}
.AnyTagClassName
{
color: #90371C;
}
</style>
background-color css
<style>
a { background-color: #90371C; }
a { background-color: rgb(144,55,28); }
div.DivClassName
{
background-color: #90371C;
}
.BgClassName
{
background-color: #90371C;
}
</style>
border-color css
<style>
span { border-color: #90371C; }
span { border-color: rgb(144,55,28); }
td.TdClassName
{
border-color: #90371C;
}
.TagClassName
{
border-color: #90371C;
}
</style>