Shades of Burnt Umber #952B13
Tints of Burnt Umber #952B13
RGB
CMYK
RGB Variations
Color information
#952B13 (or 0x952B13) is known color: Burnt Umber. HEX triplet: 95, 2B and 13. RGB value is (149,43,19). Sum of RGB (Red+Green+Blue) = 149+43+19=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B13 is #6AD4EC. Grayscale: #484848. Windows color (decimal): -7001325 or 1256341. OLE color: 1256341.
HSL color Cylindrical-coordinate representation of color #952B13: hue angle of 11.08º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #952B13 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 19 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.42 |
| HSL | 11.08º | 0.77% | 0.33% | - |
| HSV(B) | 11.08º | 0.87% | 0.58% | - |
| XYZ | 13.38 | 8.16 | 1.49 | - |
| YUV | 71.96 | 98.12 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 19 | 0 | 0.71 | 0.87 | 0.42 | 11.08 | 0.77 | 0.33 |
| Hex | 95 | 2B | 13 | 0 | 47 | 57 | 2A | B | 4D | 21 |
| Octal | 225 | 53 | 23 | 0 | 107 | 127 | 52 | 13 | 115 | 41 |
| Binary | 10010101 | 101011 | 10011 | 0 | 1000111 | 1010111 | 101010 | 1011 | 1001101 | 100001 |
Color Harmonies of #952B13
Complementary color
Monochromatic Colors of #952B13
Black with #952B13
Text Example
Text Example
White with #952B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B13; }
p { color: rgb(149,43,19); }
H1.HeaderClassName
{
color: #952B13;
}
.AnyTagClassName
{
color: #952B13;
}
</style>
background-color css
<style>
a { background-color: #952B13; }
a { background-color: rgb(149,43,19); }
div.DivClassName
{
background-color: #952B13;
}
.BgClassName
{
background-color: #952B13;
}
</style>
border-color css
<style>
span { border-color: #952B13; }
span { border-color: rgb(149,43,19); }
td.TdClassName
{
border-color: #952B13;
}
.TagClassName
{
border-color: #952B13;
}
</style>