Shades of Burnt Umber #902F28
Tints of Burnt Umber #902F28
RGB
CMYK
RGB Variations
Color information
#902F28 (or 0x902F28) is known color: Burnt Umber. HEX triplet: 90, 2F and 28. RGB value is (144,47,40). Sum of RGB (Red+Green+Blue) = 144+47+40=231 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.34% from 231); Green value is 47 (18.75% from 255 or 20.35% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 144 - color contains mainly: red. Hex color #902F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902F28 is #6FD0D7. Grayscale: #4B4B4B. Windows color (decimal): -7327960 or 2633616. OLE color: 2633616.
HSL color Cylindrical-coordinate representation of color #902F28: hue angle of 4.04º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #902F28 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 40 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.44 |
| HSL | 4.04º | 0.57% | 0.36% | - |
| HSV(B) | 4.04º | 0.72% | 0.56% | - |
| XYZ | 12.9 | 8.12 | 2.89 | - |
| YUV | 75.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 40 | 0 | 0.67 | 0.72 | 0.44 | 4.04 | 0.57 | 0.36 |
| Hex | 90 | 2F | 28 | 0 | 43 | 48 | 2C | 4 | 39 | 24 |
| Octal | 220 | 57 | 50 | 0 | 103 | 110 | 54 | 4 | 71 | 44 |
| Binary | 10010000 | 101111 | 101000 | 0 | 1000011 | 1001000 | 101100 | 100 | 111001 | 100100 |
Color Harmonies of #902F28
Complementary color
Monochromatic Colors of #902F28
Black with #902F28
Text Example
Text Example
White with #902F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F28; }
p { color: rgb(144,47,40); }
H1.HeaderClassName
{
color: #902F28;
}
.AnyTagClassName
{
color: #902F28;
}
</style>
background-color css
<style>
a { background-color: #902F28; }
a { background-color: rgb(144,47,40); }
div.DivClassName
{
background-color: #902F28;
}
.BgClassName
{
background-color: #902F28;
}
</style>
border-color css
<style>
span { border-color: #902F28; }
span { border-color: rgb(144,47,40); }
td.TdClassName
{
border-color: #902F28;
}
.TagClassName
{
border-color: #902F28;
}
</style>