Shades of Burnt Umber #932F18
Tints of Burnt Umber #932F18
RGB
CMYK
RGB Variations
Color information
#932F18 (or 0x932F18) is known color: Burnt Umber. HEX triplet: 93, 2F and 18. RGB value is (147,47,24). Sum of RGB (Red+Green+Blue) = 147+47+24=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #932F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F18 is #6CD0E7. Grayscale: #4A4A4A. Windows color (decimal): -7131368 or 1585043. OLE color: 1585043.
HSL color Cylindrical-coordinate representation of color #932F18: hue angle of 11.22º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #932F18 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 24 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.42 |
| HSL | 11.22º | 0.72% | 0.34% | - |
| HSV(B) | 11.22º | 0.84% | 0.58% | - |
| XYZ | 13.21 | 8.3 | 1.77 | - |
| YUV | 74.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 24 | 0 | 0.68 | 0.84 | 0.42 | 11.22 | 0.72 | 0.34 |
| Hex | 93 | 2F | 18 | 0 | 44 | 54 | 2A | B | 48 | 22 |
| Octal | 223 | 57 | 30 | 0 | 104 | 124 | 52 | 13 | 110 | 42 |
| Binary | 10010011 | 101111 | 11000 | 0 | 1000100 | 1010100 | 101010 | 1011 | 1001000 | 100010 |
Color Harmonies of #932F18
Complementary color
Monochromatic Colors of #932F18
Black with #932F18
Text Example
Text Example
White with #932F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F18; }
p { color: rgb(147,47,24); }
H1.HeaderClassName
{
color: #932F18;
}
.AnyTagClassName
{
color: #932F18;
}
</style>
background-color css
<style>
a { background-color: #932F18; }
a { background-color: rgb(147,47,24); }
div.DivClassName
{
background-color: #932F18;
}
.BgClassName
{
background-color: #932F18;
}
</style>
border-color css
<style>
span { border-color: #932F18; }
span { border-color: rgb(147,47,24); }
td.TdClassName
{
border-color: #932F18;
}
.TagClassName
{
border-color: #932F18;
}
</style>