Shades of Burnt Umber #952B12
Tints of Burnt Umber #952B12
RGB
CMYK
RGB Variations
Color information
#952B12 (or 0x952B12) is known color: Burnt Umber. HEX triplet: 95, 2B and 12. RGB value is (149,43,18). Sum of RGB (Red+Green+Blue) = 149+43+18=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B12 is #6AD4ED. Grayscale: #484848. Windows color (decimal): -7001326 or 1190805. OLE color: 1190805.
HSL color Cylindrical-coordinate representation of color #952B12: hue angle of 11.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #952B12 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 18 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.42 |
| HSL | 11.45º | 0.78% | 0.33% | - |
| HSV(B) | 11.45º | 0.88% | 0.58% | - |
| XYZ | 13.37 | 8.16 | 1.44 | - |
| YUV | 71.84 | 97.62 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 18 | 0 | 0.71 | 0.88 | 0.42 | 11.45 | 0.78 | 0.33 |
| Hex | 95 | 2B | 12 | 0 | 47 | 58 | 2A | B | 4E | 21 |
| Octal | 225 | 53 | 22 | 0 | 107 | 130 | 52 | 13 | 116 | 41 |
| Binary | 10010101 | 101011 | 10010 | 0 | 1000111 | 1011000 | 101010 | 1011 | 1001110 | 100001 |
Color Harmonies of #952B12
Complementary color
Monochromatic Colors of #952B12
Black with #952B12
Text Example
Text Example
White with #952B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B12; }
p { color: rgb(149,43,18); }
H1.HeaderClassName
{
color: #952B12;
}
.AnyTagClassName
{
color: #952B12;
}
</style>
background-color css
<style>
a { background-color: #952B12; }
a { background-color: rgb(149,43,18); }
div.DivClassName
{
background-color: #952B12;
}
.BgClassName
{
background-color: #952B12;
}
</style>
border-color css
<style>
span { border-color: #952B12; }
span { border-color: rgb(149,43,18); }
td.TdClassName
{
border-color: #952B12;
}
.TagClassName
{
border-color: #952B12;
}
</style>