Shades of Burnt Umber #952F25
Tints of Burnt Umber #952F25
RGB
CMYK
RGB Variations
Color information
#952F25 (or 0x952F25) is known color: Burnt Umber. HEX triplet: 95, 2F and 25. RGB value is (149,47,37). Sum of RGB (Red+Green+Blue) = 149+47+37=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #952F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F25 is #6AD0DA. Grayscale: #4C4C4C. Windows color (decimal): -7000283 or 2437013. OLE color: 2437013.
HSL color Cylindrical-coordinate representation of color #952F25: hue angle of 5.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952F25 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 37 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.42 |
| HSL | 5.36º | 0.6% | 0.36% | - |
| HSV(B) | 5.36º | 0.75% | 0.58% | - |
| XYZ | 13.74 | 8.56 | 2.68 | - |
| YUV | 76.36 | 105.79 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 37 | 0 | 0.68 | 0.75 | 0.42 | 5.36 | 0.6 | 0.36 |
| Hex | 95 | 2F | 25 | 0 | 44 | 4B | 2A | 5 | 3C | 24 |
| Octal | 225 | 57 | 45 | 0 | 104 | 113 | 52 | 5 | 74 | 44 |
| Binary | 10010101 | 101111 | 100101 | 0 | 1000100 | 1001011 | 101010 | 101 | 111100 | 100100 |
Color Harmonies of #952F25
Complementary color
Monochromatic Colors of #952F25
Black with #952F25
Text Example
Text Example
White with #952F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F25; }
p { color: rgb(149,47,37); }
H1.HeaderClassName
{
color: #952F25;
}
.AnyTagClassName
{
color: #952F25;
}
</style>
background-color css
<style>
a { background-color: #952F25; }
a { background-color: rgb(149,47,37); }
div.DivClassName
{
background-color: #952F25;
}
.BgClassName
{
background-color: #952F25;
}
</style>
border-color css
<style>
span { border-color: #952F25; }
span { border-color: rgb(149,47,37); }
td.TdClassName
{
border-color: #952F25;
}
.TagClassName
{
border-color: #952F25;
}
</style>