Shades of Burnt Umber #90371B
Tints of Burnt Umber #90371B
RGB
CMYK
RGB Variations
Color information
#90371B (or 0x90371B) is known color: Burnt Umber. HEX triplet: 90, 37 and 1B. RGB value is (144,55,27). Sum of RGB (Red+Green+Blue) = 144+55+27=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 27 (10.94% from 255 or 11.95% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90371B is #6FC8E4. Grayscale: #4E4E4E. Windows color (decimal): -7325925 or 1783696. OLE color: 1783696.
HSL color Cylindrical-coordinate representation of color #90371B: hue angle of 14.36º degrees, saturation: 0.68, 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 #90371B is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 55 | 27 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.44 |
| HSL | 14.36º | 0.68% | 0.34% | - |
| HSV(B) | 14.36º | 0.81% | 0.56% | - |
| XYZ | 13.07 | 8.74 | 2.04 | - |
| YUV | 78.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 55 | 27 | 0 | 0.62 | 0.81 | 0.44 | 14.36 | 0.68 | 0.34 |
| Hex | 90 | 37 | 1B | 0 | 3E | 51 | 2C | E | 44 | 22 |
| Octal | 220 | 67 | 33 | 0 | 76 | 121 | 54 | 16 | 104 | 42 |
| Binary | 10010000 | 110111 | 11011 | 0 | 111110 | 1010001 | 101100 | 1110 | 1000100 | 100010 |
Color Harmonies of #90371B
Complementary color
Monochromatic Colors of #90371B
Black with #90371B
Text Example
Text Example
White with #90371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90371B; }
p { color: rgb(144,55,27); }
H1.HeaderClassName
{
color: #90371B;
}
.AnyTagClassName
{
color: #90371B;
}
</style>
background-color css
<style>
a { background-color: #90371B; }
a { background-color: rgb(144,55,27); }
div.DivClassName
{
background-color: #90371B;
}
.BgClassName
{
background-color: #90371B;
}
</style>
border-color css
<style>
span { border-color: #90371B; }
span { border-color: rgb(144,55,27); }
td.TdClassName
{
border-color: #90371B;
}
.TagClassName
{
border-color: #90371B;
}
</style>