Shades of Burnt Umber #932D14
Tints of Burnt Umber #932D14
RGB
CMYK
RGB Variations
Color information
#932D14 (or 0x932D14) is known color: Burnt Umber. HEX triplet: 93, 2D and 14. RGB value is (147,45,20). Sum of RGB (Red+Green+Blue) = 147+45+20=212 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.34% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 147 - color contains mainly: red. Hex color #932D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932D14 is #6CD2EB. Grayscale: #484848. Windows color (decimal): -7131884 or 1322387. OLE color: 1322387.
HSL color Cylindrical-coordinate representation of color #932D14: hue angle of 11.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #932D14 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 20 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.42 |
| HSL | 11.81º | 0.76% | 0.33% | - |
| HSV(B) | 11.81º | 0.86% | 0.58% | - |
| XYZ | 13.1 | 8.13 | 1.54 | - |
| YUV | 72.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 20 | 0 | 0.69 | 0.86 | 0.42 | 11.81 | 0.76 | 0.33 |
| Hex | 93 | 2D | 14 | 0 | 45 | 56 | 2A | C | 4C | 21 |
| Octal | 223 | 55 | 24 | 0 | 105 | 126 | 52 | 14 | 114 | 41 |
| Binary | 10010011 | 101101 | 10100 | 0 | 1000101 | 1010110 | 101010 | 1100 | 1001100 | 100001 |
Color Harmonies of #932D14
Complementary color
Monochromatic Colors of #932D14
Black with #932D14
Text Example
Text Example
White with #932D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D14; }
p { color: rgb(147,45,20); }
H1.HeaderClassName
{
color: #932D14;
}
.AnyTagClassName
{
color: #932D14;
}
</style>
background-color css
<style>
a { background-color: #932D14; }
a { background-color: rgb(147,45,20); }
div.DivClassName
{
background-color: #932D14;
}
.BgClassName
{
background-color: #932D14;
}
</style>
border-color css
<style>
span { border-color: #932D14; }
span { border-color: rgb(147,45,20); }
td.TdClassName
{
border-color: #932D14;
}
.TagClassName
{
border-color: #932D14;
}
</style>