Shades of Burnt Umber #932F21
Tints of Burnt Umber #932F21
RGB
CMYK
RGB Variations
Color information
#932F21 (or 0x932F21) is known color: Burnt Umber. HEX triplet: 93, 2F and 21. RGB value is (147,47,33). Sum of RGB (Red+Green+Blue) = 147+47+33=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #932F21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F21 is #6CD0DE. Grayscale: #4B4B4B. Windows color (decimal): -7131359 or 2174867. OLE color: 2174867.
HSL color Cylindrical-coordinate representation of color #932F21: hue angle of 7.37º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932F21 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 33 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.42 |
| HSL | 7.37º | 0.63% | 0.35% | - |
| HSV(B) | 7.37º | 0.78% | 0.58% | - |
| XYZ | 13.32 | 8.35 | 2.35 | - |
| YUV | 75.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 33 | 0 | 0.68 | 0.78 | 0.42 | 7.37 | 0.63 | 0.35 |
| Hex | 93 | 2F | 21 | 0 | 44 | 4E | 2A | 7 | 3F | 23 |
| Octal | 223 | 57 | 41 | 0 | 104 | 116 | 52 | 7 | 77 | 43 |
| Binary | 10010011 | 101111 | 100001 | 0 | 1000100 | 1001110 | 101010 | 111 | 111111 | 100011 |
Color Harmonies of #932F21
Complementary color
Monochromatic Colors of #932F21
Black with #932F21
Text Example
Text Example
White with #932F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F21; }
p { color: rgb(147,47,33); }
H1.HeaderClassName
{
color: #932F21;
}
.AnyTagClassName
{
color: #932F21;
}
</style>
background-color css
<style>
a { background-color: #932F21; }
a { background-color: rgb(147,47,33); }
div.DivClassName
{
background-color: #932F21;
}
.BgClassName
{
background-color: #932F21;
}
</style>
border-color css
<style>
span { border-color: #932F21; }
span { border-color: rgb(147,47,33); }
td.TdClassName
{
border-color: #932F21;
}
.TagClassName
{
border-color: #932F21;
}
</style>