Shades of Burnt Umber #952D19
Tints of Burnt Umber #952D19
RGB
CMYK
RGB Variations
Color information
#952D19 (or 0x952D19) is known color: Burnt Umber. HEX triplet: 95, 2D and 19. RGB value is (149,45,25). Sum of RGB (Red+Green+Blue) = 149+45+25=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #952D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D19 is #6AD2E6. Grayscale: #4A4A4A. Windows color (decimal): -7000807 or 1650069. OLE color: 1650069.
HSL color Cylindrical-coordinate representation of color #952D19: hue angle of 9.68º 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 #952D19 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 25 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.42 |
| HSL | 9.68º | 0.71% | 0.34% | - |
| HSV(B) | 9.68º | 0.83% | 0.58% | - |
| XYZ | 13.51 | 8.34 | 1.82 | - |
| YUV | 73.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 25 | 0 | 0.70 | 0.83 | 0.42 | 9.68 | 0.71 | 0.34 |
| Hex | 95 | 2D | 19 | 0 | 46 | 53 | 2A | A | 47 | 22 |
| Octal | 225 | 55 | 31 | 0 | 106 | 123 | 52 | 12 | 107 | 42 |
| Binary | 10010101 | 101101 | 11001 | 0 | 1000110 | 1010011 | 101010 | 1010 | 1000111 | 100010 |
Color Harmonies of #952D19
Complementary color
Monochromatic Colors of #952D19
Black with #952D19
Text Example
Text Example
White with #952D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D19; }
p { color: rgb(149,45,25); }
H1.HeaderClassName
{
color: #952D19;
}
.AnyTagClassName
{
color: #952D19;
}
</style>
background-color css
<style>
a { background-color: #952D19; }
a { background-color: rgb(149,45,25); }
div.DivClassName
{
background-color: #952D19;
}
.BgClassName
{
background-color: #952D19;
}
</style>
border-color css
<style>
span { border-color: #952D19; }
span { border-color: rgb(149,45,25); }
td.TdClassName
{
border-color: #952D19;
}
.TagClassName
{
border-color: #952D19;
}
</style>