Shades of Burnt Umber #902F27
Tints of Burnt Umber #902F27
RGB
CMYK
RGB Variations
Color information
#902F27 (or 0x902F27) is known color: Burnt Umber. HEX triplet: 90, 2F and 27. RGB value is (144,47,39). Sum of RGB (Red+Green+Blue) = 144+47+39=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #902F27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902F27 is #6FD0D8. Grayscale: #4B4B4B. Windows color (decimal): -7327961 or 2568080. OLE color: 2568080.
HSL color Cylindrical-coordinate representation of color #902F27: hue angle of 4.57º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #902F27 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 47 | 39 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.44 |
| HSL | 4.57º | 0.57% | 0.36% | - |
| HSV(B) | 4.57º | 0.73% | 0.56% | - |
| XYZ | 12.88 | 8.11 | 2.81 | - |
| YUV | 75.09 | 107.64 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 47 | 39 | 0 | 0.67 | 0.73 | 0.44 | 4.57 | 0.57 | 0.36 |
| Hex | 90 | 2F | 27 | 0 | 43 | 49 | 2C | 5 | 39 | 24 |
| Octal | 220 | 57 | 47 | 0 | 103 | 111 | 54 | 5 | 71 | 44 |
| Binary | 10010000 | 101111 | 100111 | 0 | 1000011 | 1001001 | 101100 | 101 | 111001 | 100100 |
Color Harmonies of #902F27
Complementary color
Monochromatic Colors of #902F27
Black with #902F27
Text Example
Text Example
White with #902F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902F27; }
p { color: rgb(144,47,39); }
H1.HeaderClassName
{
color: #902F27;
}
.AnyTagClassName
{
color: #902F27;
}
</style>
background-color css
<style>
a { background-color: #902F27; }
a { background-color: rgb(144,47,39); }
div.DivClassName
{
background-color: #902F27;
}
.BgClassName
{
background-color: #902F27;
}
</style>
border-color css
<style>
span { border-color: #902F27; }
span { border-color: rgb(144,47,39); }
td.TdClassName
{
border-color: #902F27;
}
.TagClassName
{
border-color: #902F27;
}
</style>