Shades of Burnt Umber #932B0D
Tints of Burnt Umber #932B0D
RGB
CMYK
RGB Variations
Color information
#932B0D (or 0x932B0D) is known color: Burnt Umber. HEX triplet: 93, 2B and 0D. RGB value is (147,43,13). Sum of RGB (Red+Green+Blue) = 147+43+13=203 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.41% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 147 - color contains mainly: red. Hex color #932B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932B0D is #6CD4F2. Grayscale: #464646. Windows color (decimal): -7132403 or 863123. OLE color: 863123.
HSL color Cylindrical-coordinate representation of color #932B0D: hue angle of 13.43º 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 #932B0D is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 43 | 13 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.42 |
| HSL | 13.43º | 0.84% | 0.31% | - |
| HSV(B) | 13.43º | 0.91% | 0.58% | - |
| XYZ | 12.97 | 7.96 | 1.23 | - |
| YUV | 70.68 | 95.46 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 13 | 0 | 0.71 | 0.91 | 0.42 | 13.43 | 0.84 | 0.31 |
| Hex | 93 | 2B | D | 0 | 47 | 5B | 2A | D | 54 | 1F |
| Octal | 223 | 53 | 15 | 0 | 107 | 133 | 52 | 15 | 124 | 37 |
| Binary | 10010011 | 101011 | 1101 | 0 | 1000111 | 1011011 | 101010 | 1101 | 1010100 | 11111 |
Color Harmonies of #932B0D
Complementary color
Monochromatic Colors of #932B0D
Black with #932B0D
Text Example
Text Example
White with #932B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932B0D; }
p { color: rgb(147,43,13); }
H1.HeaderClassName
{
color: #932B0D;
}
.AnyTagClassName
{
color: #932B0D;
}
</style>
background-color css
<style>
a { background-color: #932B0D; }
a { background-color: rgb(147,43,13); }
div.DivClassName
{
background-color: #932B0D;
}
.BgClassName
{
background-color: #932B0D;
}
</style>
border-color css
<style>
span { border-color: #932B0D; }
span { border-color: rgb(147,43,13); }
td.TdClassName
{
border-color: #932B0D;
}
.TagClassName
{
border-color: #932B0D;
}
</style>