Shades of Burnt Umber #953425
Tints of Burnt Umber #953425
RGB
CMYK
RGB Variations
Color information
#953425 (or 0x953425) is known color: Burnt Umber. HEX triplet: 95, 34 and 25. RGB value is (149,52,37). Sum of RGB (Red+Green+Blue) = 149+52+37=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #953425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953425 is #6ACBDA. Grayscale: #4F4F4F. Windows color (decimal): -6999003 or 2438293. OLE color: 2438293.
HSL color Cylindrical-coordinate representation of color #953425: hue angle of 8.04º 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 #953425 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 52 | 37 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.42 |
| HSL | 8.04º | 0.6% | 0.36% | - |
| HSV(B) | 8.04º | 0.75% | 0.58% | - |
| XYZ | 13.96 | 8.98 | 2.75 | - |
| YUV | 79.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 52 | 37 | 0 | 0.65 | 0.75 | 0.42 | 8.04 | 0.6 | 0.36 |
| Hex | 95 | 34 | 25 | 0 | 41 | 4B | 2A | 8 | 3C | 24 |
| Octal | 225 | 64 | 45 | 0 | 101 | 113 | 52 | 10 | 74 | 44 |
| Binary | 10010101 | 110100 | 100101 | 0 | 1000001 | 1001011 | 101010 | 1000 | 111100 | 100100 |
Color Harmonies of #953425
Complementary color
Monochromatic Colors of #953425
Black with #953425
Text Example
Text Example
White with #953425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953425; }
p { color: rgb(149,52,37); }
H1.HeaderClassName
{
color: #953425;
}
.AnyTagClassName
{
color: #953425;
}
</style>
background-color css
<style>
a { background-color: #953425; }
a { background-color: rgb(149,52,37); }
div.DivClassName
{
background-color: #953425;
}
.BgClassName
{
background-color: #953425;
}
</style>
border-color css
<style>
span { border-color: #953425; }
span { border-color: rgb(149,52,37); }
td.TdClassName
{
border-color: #953425;
}
.TagClassName
{
border-color: #953425;
}
</style>