Shades of Burnt Umber #932F20
Tints of Burnt Umber #932F20
RGB
CMYK
RGB Variations
Color information
#932F20 (or 0x932F20) is known color: Burnt Umber. HEX triplet: 93, 2F and 20. RGB value is (147,47,32). Sum of RGB (Red+Green+Blue) = 147+47+32=226 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.04% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 147 - color contains mainly: red. Hex color #932F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932F20 is #6CD0DF. Grayscale: #4B4B4B. Windows color (decimal): -7131360 or 2109331. OLE color: 2109331.
HSL color Cylindrical-coordinate representation of color #932F20: hue angle of 7.83º degrees, saturation: 0.64, 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 #932F20 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 32 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.42 |
| HSL | 7.83º | 0.64% | 0.35% | - |
| HSV(B) | 7.83º | 0.78% | 0.58% | - |
| XYZ | 13.31 | 8.34 | 2.27 | - |
| YUV | 75.19 | 103.63 | 179.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 32 | 0 | 0.68 | 0.78 | 0.42 | 7.83 | 0.64 | 0.35 |
| Hex | 93 | 2F | 20 | 0 | 44 | 4E | 2A | 8 | 40 | 23 |
| Octal | 223 | 57 | 40 | 0 | 104 | 116 | 52 | 10 | 100 | 43 |
| Binary | 10010011 | 101111 | 100000 | 0 | 1000100 | 1001110 | 101010 | 1000 | 1000000 | 100011 |
Color Harmonies of #932F20
Complementary color
Monochromatic Colors of #932F20
Black with #932F20
Text Example
Text Example
White with #932F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F20; }
p { color: rgb(147,47,32); }
H1.HeaderClassName
{
color: #932F20;
}
.AnyTagClassName
{
color: #932F20;
}
</style>
background-color css
<style>
a { background-color: #932F20; }
a { background-color: rgb(147,47,32); }
div.DivClassName
{
background-color: #932F20;
}
.BgClassName
{
background-color: #932F20;
}
</style>
border-color css
<style>
span { border-color: #932F20; }
span { border-color: rgb(147,47,32); }
td.TdClassName
{
border-color: #932F20;
}
.TagClassName
{
border-color: #932F20;
}
</style>