Shades of Burnt Umber #932F10
Tints of Burnt Umber #932F10
RGB
CMYK
RGB Variations
Color information
#932F10 (or 0x932F10) is known color: Burnt Umber. HEX triplet: 93, 2F and 10. RGB value is (147,47,16). Sum of RGB (Red+Green+Blue) = 147+47+16=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #932F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F10 is #6CD0EF. Grayscale: #494949. Windows color (decimal): -7131376 or 1060755. OLE color: 1060755.
HSL color Cylindrical-coordinate representation of color #932F10: hue angle of 14.2º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #932F10 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 16 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.42 |
| HSL | 14.2º | 0.8% | 0.32% | - |
| HSV(B) | 14.2º | 0.89% | 0.58% | - |
| XYZ | 13.14 | 8.27 | 1.39 | - |
| YUV | 73.37 | 95.63 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 16 | 0 | 0.68 | 0.89 | 0.42 | 14.2 | 0.8 | 0.32 |
| Hex | 93 | 2F | 10 | 0 | 44 | 59 | 2A | E | 50 | 20 |
| Octal | 223 | 57 | 20 | 0 | 104 | 131 | 52 | 16 | 120 | 40 |
| Binary | 10010011 | 101111 | 10000 | 0 | 1000100 | 1011001 | 101010 | 1110 | 1010000 | 100000 |
Color Harmonies of #932F10
Complementary color
Monochromatic Colors of #932F10
Black with #932F10
Text Example
Text Example
White with #932F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F10; }
p { color: rgb(147,47,16); }
H1.HeaderClassName
{
color: #932F10;
}
.AnyTagClassName
{
color: #932F10;
}
</style>
background-color css
<style>
a { background-color: #932F10; }
a { background-color: rgb(147,47,16); }
div.DivClassName
{
background-color: #932F10;
}
.BgClassName
{
background-color: #932F10;
}
</style>
border-color css
<style>
span { border-color: #932F10; }
span { border-color: rgb(147,47,16); }
td.TdClassName
{
border-color: #932F10;
}
.TagClassName
{
border-color: #932F10;
}
</style>