Shades of Burnt Umber #953123
Tints of Burnt Umber #953123
RGB
CMYK
RGB Variations
Color information
#953123 (or 0x953123) is known color: Burnt Umber. HEX triplet: 95, 31 and 23. RGB value is (149,49,35). Sum of RGB (Red+Green+Blue) = 149+49+35=233 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.95% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 149 - color contains mainly: red. Hex color #953123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953123 is #6ACEDC. Grayscale: #4D4D4D. Windows color (decimal): -6999773 or 2306453. OLE color: 2306453.
HSL color Cylindrical-coordinate representation of color #953123: hue angle of 7.37º 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 #953123 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 35 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.42 |
| HSL | 7.37º | 0.62% | 0.36% | - |
| HSV(B) | 7.37º | 0.77% | 0.58% | - |
| XYZ | 13.8 | 8.71 | 2.54 | - |
| YUV | 77.3 | 104.13 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 35 | 0 | 0.67 | 0.77 | 0.42 | 7.37 | 0.62 | 0.36 |
| Hex | 95 | 31 | 23 | 0 | 43 | 4D | 2A | 7 | 3E | 24 |
| Octal | 225 | 61 | 43 | 0 | 103 | 115 | 52 | 7 | 76 | 44 |
| Binary | 10010101 | 110001 | 100011 | 0 | 1000011 | 1001101 | 101010 | 111 | 111110 | 100100 |
Color Harmonies of #953123
Complementary color
Monochromatic Colors of #953123
Black with #953123
Text Example
Text Example
White with #953123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953123; }
p { color: rgb(149,49,35); }
H1.HeaderClassName
{
color: #953123;
}
.AnyTagClassName
{
color: #953123;
}
</style>
background-color css
<style>
a { background-color: #953123; }
a { background-color: rgb(149,49,35); }
div.DivClassName
{
background-color: #953123;
}
.BgClassName
{
background-color: #953123;
}
</style>
border-color css
<style>
span { border-color: #953123; }
span { border-color: rgb(149,49,35); }
td.TdClassName
{
border-color: #953123;
}
.TagClassName
{
border-color: #953123;
}
</style>