Shades of Burnt Umber #902F13
Tints of Burnt Umber #902F13
RGB
CMYK
RGB Variations
Color information
#902F13 (or 0x902F13) is known color: Burnt Umber. HEX triplet: 90, 2F and 13. RGB value is (144,47,19). Sum of RGB (Red+Green+Blue) = 144+47+19=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #902F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902F13 is #6FD0EC. Grayscale: #494949. Windows color (decimal): -7327981 or 1257360. OLE color: 1257360.
HSL color Cylindrical-coordinate representation of color #902F13: hue angle of 13.44º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #902F13 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 19 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.44 |
| HSL | 13.44º | 0.77% | 0.32% | - |
| HSV(B) | 13.44º | 0.87% | 0.56% | - |
| XYZ | 12.64 | 8.01 | 1.5 | - |
| YUV | 72.81 | 97.64 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 19 | 0 | 0.67 | 0.87 | 0.44 | 13.44 | 0.77 | 0.32 |
| Hex | 90 | 2F | 13 | 0 | 43 | 57 | 2C | D | 4D | 20 |
| Octal | 220 | 57 | 23 | 0 | 103 | 127 | 54 | 15 | 115 | 40 |
| Binary | 10010000 | 101111 | 10011 | 0 | 1000011 | 1010111 | 101100 | 1101 | 1001101 | 100000 |
Color Harmonies of #902F13
Complementary color
Monochromatic Colors of #902F13
Black with #902F13
Text Example
Text Example
White with #902F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F13; }
p { color: rgb(144,47,19); }
H1.HeaderClassName
{
color: #902F13;
}
.AnyTagClassName
{
color: #902F13;
}
</style>
background-color css
<style>
a { background-color: #902F13; }
a { background-color: rgb(144,47,19); }
div.DivClassName
{
background-color: #902F13;
}
.BgClassName
{
background-color: #902F13;
}
</style>
border-color css
<style>
span { border-color: #902F13; }
span { border-color: rgb(144,47,19); }
td.TdClassName
{
border-color: #902F13;
}
.TagClassName
{
border-color: #902F13;
}
</style>