Shades of Burnt Umber #952F20
Tints of Burnt Umber #952F20
RGB
CMYK
RGB Variations
Color information
#952F20 (or 0x952F20) is known color: Burnt Umber. HEX triplet: 95, 2F and 20. RGB value is (149,47,32). Sum of RGB (Red+Green+Blue) = 149+47+32=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #952F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F20 is #6AD0DF. Grayscale: #4B4B4B. Windows color (decimal): -7000288 or 2109333. OLE color: 2109333.
HSL color Cylindrical-coordinate representation of color #952F20: hue angle of 7.69º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952F20 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 32 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.42 |
| HSL | 7.69º | 0.65% | 0.35% | - |
| HSV(B) | 7.69º | 0.79% | 0.58% | - |
| XYZ | 13.67 | 8.53 | 2.29 | - |
| YUV | 75.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 32 | 0 | 0.68 | 0.79 | 0.42 | 7.69 | 0.65 | 0.35 |
| Hex | 95 | 2F | 20 | 0 | 44 | 4F | 2A | 8 | 41 | 23 |
| Octal | 225 | 57 | 40 | 0 | 104 | 117 | 52 | 10 | 101 | 43 |
| Binary | 10010101 | 101111 | 100000 | 0 | 1000100 | 1001111 | 101010 | 1000 | 1000001 | 100011 |
Color Harmonies of #952F20
Complementary color
Monochromatic Colors of #952F20
Black with #952F20
Text Example
Text Example
White with #952F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F20; }
p { color: rgb(149,47,32); }
H1.HeaderClassName
{
color: #952F20;
}
.AnyTagClassName
{
color: #952F20;
}
</style>
background-color css
<style>
a { background-color: #952F20; }
a { background-color: rgb(149,47,32); }
div.DivClassName
{
background-color: #952F20;
}
.BgClassName
{
background-color: #952F20;
}
</style>
border-color css
<style>
span { border-color: #952F20; }
span { border-color: rgb(149,47,32); }
td.TdClassName
{
border-color: #952F20;
}
.TagClassName
{
border-color: #952F20;
}
</style>