Shades of Burnt Umber #953725
Tints of Burnt Umber #953725
RGB
CMYK
RGB Variations
Color information
#953725 (or 0x953725) is known color: Burnt Umber. HEX triplet: 95, 37 and 25. RGB value is (149,55,37). Sum of RGB (Red+Green+Blue) = 149+55+37=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953725 is #6AC8DA. Grayscale: #515151. Windows color (decimal): -6998235 or 2439061. OLE color: 2439061.
HSL color Cylindrical-coordinate representation of color #953725: hue angle of 9.64º 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 #953725 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 55 | 37 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.42 |
| HSL | 9.64º | 0.6% | 0.36% | - |
| HSV(B) | 9.64º | 0.75% | 0.58% | - |
| XYZ | 14.09 | 9.26 | 2.79 | - |
| YUV | 81.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 37 | 0 | 0.63 | 0.75 | 0.42 | 9.64 | 0.6 | 0.36 |
| Hex | 95 | 37 | 25 | 0 | 3F | 4B | 2A | A | 3C | 24 |
| Octal | 225 | 67 | 45 | 0 | 77 | 113 | 52 | 12 | 74 | 44 |
| Binary | 10010101 | 110111 | 100101 | 0 | 111111 | 1001011 | 101010 | 1010 | 111100 | 100100 |
Color Harmonies of #953725
Complementary color
Monochromatic Colors of #953725
Black with #953725
Text Example
Text Example
White with #953725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953725; }
p { color: rgb(149,55,37); }
H1.HeaderClassName
{
color: #953725;
}
.AnyTagClassName
{
color: #953725;
}
</style>
background-color css
<style>
a { background-color: #953725; }
a { background-color: rgb(149,55,37); }
div.DivClassName
{
background-color: #953725;
}
.BgClassName
{
background-color: #953725;
}
</style>
border-color css
<style>
span { border-color: #953725; }
span { border-color: rgb(149,55,37); }
td.TdClassName
{
border-color: #953725;
}
.TagClassName
{
border-color: #953725;
}
</style>