Shades of Burnt Umber #90351B
Tints of Burnt Umber #90351B
RGB
CMYK
RGB Variations
Color information
#90351B (or 0x90351B) is known color: Burnt Umber. HEX triplet: 90, 35 and 1B. RGB value is (144,53,27). Sum of RGB (Red+Green+Blue) = 144+53+27=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90351B is #6FCAE4. Grayscale: #4D4D4D. Windows color (decimal): -7326437 or 1783184. OLE color: 1783184.
HSL color Cylindrical-coordinate representation of color #90351B: hue angle of 13.33º 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 #90351B is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 53 | 27 | - |
| CMYK | 0 | 0.63 | 0.81 | 0.44 |
| HSL | 13.33º | 0.68% | 0.34% | - |
| HSV(B) | 13.33º | 0.81% | 0.56% | - |
| XYZ | 12.97 | 8.55 | 2 | - |
| YUV | 77.25 | 99.65 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 53 | 27 | 0 | 0.63 | 0.81 | 0.44 | 13.33 | 0.68 | 0.34 |
| Hex | 90 | 35 | 1B | 0 | 3F | 51 | 2C | D | 44 | 22 |
| Octal | 220 | 65 | 33 | 0 | 77 | 121 | 54 | 15 | 104 | 42 |
| Binary | 10010000 | 110101 | 11011 | 0 | 111111 | 1010001 | 101100 | 1101 | 1000100 | 100010 |
Color Harmonies of #90351B
Complementary color
Monochromatic Colors of #90351B
Black with #90351B
Text Example
Text Example
White with #90351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90351B; }
p { color: rgb(144,53,27); }
H1.HeaderClassName
{
color: #90351B;
}
.AnyTagClassName
{
color: #90351B;
}
</style>
background-color css
<style>
a { background-color: #90351B; }
a { background-color: rgb(144,53,27); }
div.DivClassName
{
background-color: #90351B;
}
.BgClassName
{
background-color: #90351B;
}
</style>
border-color css
<style>
span { border-color: #90351B; }
span { border-color: rgb(144,53,27); }
td.TdClassName
{
border-color: #90351B;
}
.TagClassName
{
border-color: #90351B;
}
</style>