Shades of Burnt Umber #90331B
Tints of Burnt Umber #90331B
RGB
CMYK
RGB Variations
Color information
#90331B (or 0x90331B) is known color: Burnt Umber. HEX triplet: 90, 33 and 1B. RGB value is (144,51,27). Sum of RGB (Red+Green+Blue) = 144+51+27=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90331B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90331B is #6FCCE4. Grayscale: #4C4C4C. Windows color (decimal): -7326949 or 1782672. OLE color: 1782672.
HSL color Cylindrical-coordinate representation of color #90331B: hue angle of 12.31º 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 #90331B is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 51 | 27 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.44 |
| HSL | 12.31º | 0.68% | 0.34% | - |
| HSV(B) | 12.31º | 0.81% | 0.56% | - |
| XYZ | 12.88 | 8.38 | 1.97 | - |
| YUV | 76.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 51 | 27 | 0 | 0.65 | 0.81 | 0.44 | 12.31 | 0.68 | 0.34 |
| Hex | 90 | 33 | 1B | 0 | 41 | 51 | 2C | C | 44 | 22 |
| Octal | 220 | 63 | 33 | 0 | 101 | 121 | 54 | 14 | 104 | 42 |
| Binary | 10010000 | 110011 | 11011 | 0 | 1000001 | 1010001 | 101100 | 1100 | 1000100 | 100010 |
Color Harmonies of #90331B
Complementary color
Monochromatic Colors of #90331B
Black with #90331B
Text Example
Text Example
White with #90331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90331B; }
p { color: rgb(144,51,27); }
H1.HeaderClassName
{
color: #90331B;
}
.AnyTagClassName
{
color: #90331B;
}
</style>
background-color css
<style>
a { background-color: #90331B; }
a { background-color: rgb(144,51,27); }
div.DivClassName
{
background-color: #90331B;
}
.BgClassName
{
background-color: #90331B;
}
</style>
border-color css
<style>
span { border-color: #90331B; }
span { border-color: rgb(144,51,27); }
td.TdClassName
{
border-color: #90331B;
}
.TagClassName
{
border-color: #90331B;
}
</style>