Shades of Burnt Umber #952E19
Tints of Burnt Umber #952E19
RGB
CMYK
RGB Variations
Color information
#952E19 (or 0x952E19) is known color: Burnt Umber. HEX triplet: 95, 2E and 19. RGB value is (149,46,25). Sum of RGB (Red+Green+Blue) = 149+46+25=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #952E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E19 is #6AD1E6. Grayscale: #4A4A4A. Windows color (decimal): -7000551 or 1650325. OLE color: 1650325.
HSL color Cylindrical-coordinate representation of color #952E19: hue angle of 10.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952E19 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 25 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.42 |
| HSL | 10.16º | 0.71% | 0.34% | - |
| HSV(B) | 10.16º | 0.83% | 0.58% | - |
| XYZ | 13.55 | 8.41 | 1.83 | - |
| YUV | 74.4 | 100.12 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 25 | 0 | 0.69 | 0.83 | 0.42 | 10.16 | 0.71 | 0.34 |
| Hex | 95 | 2E | 19 | 0 | 45 | 53 | 2A | A | 47 | 22 |
| Octal | 225 | 56 | 31 | 0 | 105 | 123 | 52 | 12 | 107 | 42 |
| Binary | 10010101 | 101110 | 11001 | 0 | 1000101 | 1010011 | 101010 | 1010 | 1000111 | 100010 |
Color Harmonies of #952E19
Complementary color
Monochromatic Colors of #952E19
Black with #952E19
Text Example
Text Example
White with #952E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E19; }
p { color: rgb(149,46,25); }
H1.HeaderClassName
{
color: #952E19;
}
.AnyTagClassName
{
color: #952E19;
}
</style>
background-color css
<style>
a { background-color: #952E19; }
a { background-color: rgb(149,46,25); }
div.DivClassName
{
background-color: #952E19;
}
.BgClassName
{
background-color: #952E19;
}
</style>
border-color css
<style>
span { border-color: #952E19; }
span { border-color: rgb(149,46,25); }
td.TdClassName
{
border-color: #952E19;
}
.TagClassName
{
border-color: #952E19;
}
</style>