Shades of Burnt Umber #952B0B
Tints of Burnt Umber #952B0B
RGB
CMYK
RGB Variations
Color information
#952B0B (or 0x952B0B) is known color: Burnt Umber. HEX triplet: 95, 2B and 0B. RGB value is (149,43,11). Sum of RGB (Red+Green+Blue) = 149+43+11=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #952B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B0B is #6AD4F4. Grayscale: #474747. Windows color (decimal): -7001333 or 732053. OLE color: 732053.
HSL color Cylindrical-coordinate representation of color #952B0B: hue angle of 13.91º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #952B0B is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 11 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.42 |
| HSL | 13.91º | 0.86% | 0.31% | - |
| HSV(B) | 13.91º | 0.93% | 0.58% | - |
| XYZ | 13.32 | 8.14 | 1.19 | - |
| YUV | 71.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 11 | 0 | 0.71 | 0.93 | 0.42 | 13.91 | 0.86 | 0.31 |
| Hex | 95 | 2B | B | 0 | 47 | 5D | 2A | E | 56 | 1F |
| Octal | 225 | 53 | 13 | 0 | 107 | 135 | 52 | 16 | 126 | 37 |
| Binary | 10010101 | 101011 | 1011 | 0 | 1000111 | 1011101 | 101010 | 1110 | 1010110 | 11111 |
Color Harmonies of #952B0B
Complementary color
Monochromatic Colors of #952B0B
Black with #952B0B
Text Example
Text Example
White with #952B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B0B; }
p { color: rgb(149,43,11); }
H1.HeaderClassName
{
color: #952B0B;
}
.AnyTagClassName
{
color: #952B0B;
}
</style>
background-color css
<style>
a { background-color: #952B0B; }
a { background-color: rgb(149,43,11); }
div.DivClassName
{
background-color: #952B0B;
}
.BgClassName
{
background-color: #952B0B;
}
</style>
border-color css
<style>
span { border-color: #952B0B; }
span { border-color: rgb(149,43,11); }
td.TdClassName
{
border-color: #952B0B;
}
.TagClassName
{
border-color: #952B0B;
}
</style>