Shades of Burnt Umber #932D0D
Tints of Burnt Umber #932D0D
RGB
CMYK
RGB Variations
Color information
#932D0D (or 0x932D0D) is known color: Burnt Umber. HEX triplet: 93, 2D and 0D. RGB value is (147,45,13). Sum of RGB (Red+Green+Blue) = 147+45+13=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 45 (17.97% from 255 or 21.95% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #932D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932D0D is #6CD2F2. Grayscale: #484848. Windows color (decimal): -7131891 or 863635. OLE color: 863635.
HSL color Cylindrical-coordinate representation of color #932D0D: hue angle of 14.33º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #932D0D is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 45 | 13 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.42 |
| HSL | 14.33º | 0.84% | 0.31% | - |
| HSV(B) | 14.33º | 0.91% | 0.58% | - |
| XYZ | 13.04 | 8.11 | 1.26 | - |
| YUV | 71.85 | 94.79 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 13 | 0 | 0.69 | 0.91 | 0.42 | 14.33 | 0.84 | 0.31 |
| Hex | 93 | 2D | D | 0 | 45 | 5B | 2A | E | 54 | 1F |
| Octal | 223 | 55 | 15 | 0 | 105 | 133 | 52 | 16 | 124 | 37 |
| Binary | 10010011 | 101101 | 1101 | 0 | 1000101 | 1011011 | 101010 | 1110 | 1010100 | 11111 |
Color Harmonies of #932D0D
Complementary color
Monochromatic Colors of #932D0D
Black with #932D0D
Text Example
Text Example
White with #932D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932D0D; }
p { color: rgb(147,45,13); }
H1.HeaderClassName
{
color: #932D0D;
}
.AnyTagClassName
{
color: #932D0D;
}
</style>
background-color css
<style>
a { background-color: #932D0D; }
a { background-color: rgb(147,45,13); }
div.DivClassName
{
background-color: #932D0D;
}
.BgClassName
{
background-color: #932D0D;
}
</style>
border-color css
<style>
span { border-color: #932D0D; }
span { border-color: rgb(147,45,13); }
td.TdClassName
{
border-color: #932D0D;
}
.TagClassName
{
border-color: #932D0D;
}
</style>