Shades of Burnt Umber #95280E
Tints of Burnt Umber #95280E
RGB
CMYK
RGB Variations
Color information
#95280E (or 0x95280E) is known color: Burnt Umber. HEX triplet: 95, 28 and 0E. RGB value is (149,40,14). Sum of RGB (Red+Green+Blue) = 149+40+14=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #95280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95280E is #6AD7F1. Grayscale: #454545. Windows color (decimal): -7002098 or 927893. OLE color: 927893.
HSL color Cylindrical-coordinate representation of color #95280E: hue angle of 11.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95280E is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 14 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.42 |
| HSL | 11.56º | 0.83% | 0.32% | - |
| HSV(B) | 11.56º | 0.91% | 0.58% | - |
| XYZ | 13.23 | 7.94 | 1.25 | - |
| YUV | 69.63 | 96.61 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 14 | 0 | 0.73 | 0.91 | 0.42 | 11.56 | 0.83 | 0.32 |
| Hex | 95 | 28 | E | 0 | 49 | 5B | 2A | C | 53 | 20 |
| Octal | 225 | 50 | 16 | 0 | 111 | 133 | 52 | 14 | 123 | 40 |
| Binary | 10010101 | 101000 | 1110 | 0 | 1001001 | 1011011 | 101010 | 1100 | 1010011 | 100000 |
Color Harmonies of #95280E
Complementary color
Monochromatic Colors of #95280E
Black with #95280E
Text Example
Text Example
White with #95280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95280E; }
p { color: rgb(149,40,14); }
H1.HeaderClassName
{
color: #95280E;
}
.AnyTagClassName
{
color: #95280E;
}
</style>
background-color css
<style>
a { background-color: #95280E; }
a { background-color: rgb(149,40,14); }
div.DivClassName
{
background-color: #95280E;
}
.BgClassName
{
background-color: #95280E;
}
</style>
border-color css
<style>
span { border-color: #95280E; }
span { border-color: rgb(149,40,14); }
td.TdClassName
{
border-color: #95280E;
}
.TagClassName
{
border-color: #95280E;
}
</style>