Shades of Burnt Umber #932F0C
Tints of Burnt Umber #932F0C
RGB
CMYK
RGB Variations
Color information
#932F0C (or 0x932F0C) is known color: Burnt Umber. HEX triplet: 93, 2F and 0C. RGB value is (147,47,12). Sum of RGB (Red+Green+Blue) = 147+47+12=206 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.36% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 147 - color contains mainly: red. Hex color #932F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932F0C is #6CD0F3. Grayscale: #494949. Windows color (decimal): -7131380 or 798611. OLE color: 798611.
HSL color Cylindrical-coordinate representation of color #932F0C: hue angle of 15.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #932F0C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 47 | 12 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.42 |
| HSL | 15.56º | 0.85% | 0.31% | - |
| HSV(B) | 15.56º | 0.92% | 0.58% | - |
| XYZ | 13.12 | 8.26 | 1.25 | - |
| YUV | 72.91 | 93.63 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 12 | 0 | 0.68 | 0.92 | 0.42 | 15.56 | 0.85 | 0.31 |
| Hex | 93 | 2F | C | 0 | 44 | 5C | 2A | 10 | 55 | 1F |
| Octal | 223 | 57 | 14 | 0 | 104 | 134 | 52 | 20 | 125 | 37 |
| Binary | 10010011 | 101111 | 1100 | 0 | 1000100 | 1011100 | 101010 | 10000 | 1010101 | 11111 |
Color Harmonies of #932F0C
Complementary color
Monochromatic Colors of #932F0C
Black with #932F0C
Text Example
Text Example
White with #932F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932F0C; }
p { color: rgb(147,47,12); }
H1.HeaderClassName
{
color: #932F0C;
}
.AnyTagClassName
{
color: #932F0C;
}
</style>
background-color css
<style>
a { background-color: #932F0C; }
a { background-color: rgb(147,47,12); }
div.DivClassName
{
background-color: #932F0C;
}
.BgClassName
{
background-color: #932F0C;
}
</style>
border-color css
<style>
span { border-color: #932F0C; }
span { border-color: rgb(147,47,12); }
td.TdClassName
{
border-color: #932F0C;
}
.TagClassName
{
border-color: #932F0C;
}
</style>