Shades of Burnt Umber #953523
Tints of Burnt Umber #953523
RGB
CMYK
RGB Variations
Color information
#953523 (or 0x953523) is known color: Burnt Umber. HEX triplet: 95, 35 and 23. RGB value is (149,53,35). Sum of RGB (Red+Green+Blue) = 149+53+35=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 35 (14.06% from 255 or 14.77% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #953523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953523 is #6ACADC. Grayscale: #4F4F4F. Windows color (decimal): -6998749 or 2307477. OLE color: 2307477.
HSL color Cylindrical-coordinate representation of color #953523: hue angle of 9.47º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #953523 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 35 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.42 |
| HSL | 9.47º | 0.62% | 0.36% | - |
| HSV(B) | 9.47º | 0.77% | 0.58% | - |
| XYZ | 13.97 | 9.06 | 2.6 | - |
| YUV | 79.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 35 | 0 | 0.64 | 0.77 | 0.42 | 9.47 | 0.62 | 0.36 |
| Hex | 95 | 35 | 23 | 0 | 40 | 4D | 2A | 9 | 3E | 24 |
| Octal | 225 | 65 | 43 | 0 | 100 | 115 | 52 | 11 | 76 | 44 |
| Binary | 10010101 | 110101 | 100011 | 0 | 1000000 | 1001101 | 101010 | 1001 | 111110 | 100100 |
Color Harmonies of #953523
Complementary color
Monochromatic Colors of #953523
Black with #953523
Text Example
Text Example
White with #953523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953523; }
p { color: rgb(149,53,35); }
H1.HeaderClassName
{
color: #953523;
}
.AnyTagClassName
{
color: #953523;
}
</style>
background-color css
<style>
a { background-color: #953523; }
a { background-color: rgb(149,53,35); }
div.DivClassName
{
background-color: #953523;
}
.BgClassName
{
background-color: #953523;
}
</style>
border-color css
<style>
span { border-color: #953523; }
span { border-color: rgb(149,53,35); }
td.TdClassName
{
border-color: #953523;
}
.TagClassName
{
border-color: #953523;
}
</style>