Shades of Burnt Umber #932914
Tints of Burnt Umber #932914
RGB
CMYK
RGB Variations
Color information
#932914 (or 0x932914) is known color: Burnt Umber. HEX triplet: 93, 29 and 14. RGB value is (147,41,20). Sum of RGB (Red+Green+Blue) = 147+41+20=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #932914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932914 is #6CD6EB. Grayscale: #464646. Windows color (decimal): -7132908 or 1321363. OLE color: 1321363.
HSL color Cylindrical-coordinate representation of color #932914: hue angle of 9.92º 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 #932914 is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 41 | 20 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.42 |
| HSL | 9.92º | 0.76% | 0.33% | - |
| HSV(B) | 9.92º | 0.86% | 0.58% | - |
| XYZ | 12.95 | 7.84 | 1.49 | - |
| YUV | 70.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 41 | 20 | 0 | 0.72 | 0.86 | 0.42 | 9.92 | 0.76 | 0.33 |
| Hex | 93 | 29 | 14 | 0 | 48 | 56 | 2A | A | 4C | 21 |
| Octal | 223 | 51 | 24 | 0 | 110 | 126 | 52 | 12 | 114 | 41 |
| Binary | 10010011 | 101001 | 10100 | 0 | 1001000 | 1010110 | 101010 | 1010 | 1001100 | 100001 |
Color Harmonies of #932914
Complementary color
Monochromatic Colors of #932914
Black with #932914
Text Example
Text Example
White with #932914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932914; }
p { color: rgb(147,41,20); }
H1.HeaderClassName
{
color: #932914;
}
.AnyTagClassName
{
color: #932914;
}
</style>
background-color css
<style>
a { background-color: #932914; }
a { background-color: rgb(147,41,20); }
div.DivClassName
{
background-color: #932914;
}
.BgClassName
{
background-color: #932914;
}
</style>
border-color css
<style>
span { border-color: #932914; }
span { border-color: rgb(147,41,20); }
td.TdClassName
{
border-color: #932914;
}
.TagClassName
{
border-color: #932914;
}
</style>