Shades of Burnt Umber #932C1B
Tints of Burnt Umber #932C1B
RGB
CMYK
RGB Variations
Color information
#932C1B (or 0x932C1B) is known color: Burnt Umber. HEX triplet: 93, 2C and 1B. RGB value is (147,44,27). Sum of RGB (Red+Green+Blue) = 147+44+27=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #932C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932C1B is #6CD3E4. Grayscale: #494949. Windows color (decimal): -7132133 or 1780883. OLE color: 1780883.
HSL color Cylindrical-coordinate representation of color #932C1B: hue angle of 8.5º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #932C1B is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 44 | 27 | - |
| CMYK | 0 | 0.70 | 0.82 | 0.42 |
| HSL | 8.5º | 0.69% | 0.34% | - |
| HSV(B) | 8.5º | 0.82% | 0.58% | - |
| XYZ | 13.13 | 8.08 | 1.91 | - |
| YUV | 72.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 44 | 27 | 0 | 0.70 | 0.82 | 0.42 | 8.5 | 0.69 | 0.34 |
| Hex | 93 | 2C | 1B | 0 | 46 | 52 | 2A | 8 | 45 | 22 |
| Octal | 223 | 54 | 33 | 0 | 106 | 122 | 52 | 10 | 105 | 42 |
| Binary | 10010011 | 101100 | 11011 | 0 | 1000110 | 1010010 | 101010 | 1000 | 1000101 | 100010 |
Color Harmonies of #932C1B
Complementary color
Monochromatic Colors of #932C1B
Black with #932C1B
Text Example
Text Example
White with #932C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932C1B; }
p { color: rgb(147,44,27); }
H1.HeaderClassName
{
color: #932C1B;
}
.AnyTagClassName
{
color: #932C1B;
}
</style>
background-color css
<style>
a { background-color: #932C1B; }
a { background-color: rgb(147,44,27); }
div.DivClassName
{
background-color: #932C1B;
}
.BgClassName
{
background-color: #932C1B;
}
</style>
border-color css
<style>
span { border-color: #932C1B; }
span { border-color: rgb(147,44,27); }
td.TdClassName
{
border-color: #932C1B;
}
.TagClassName
{
border-color: #932C1B;
}
</style>