Shades of Burnt Umber #95280C
Tints of Burnt Umber #95280C
RGB
CMYK
RGB Variations
Color information
#95280C (or 0x95280C) is known color: Burnt Umber. HEX triplet: 95, 28 and 0C. RGB value is (149,40,12). Sum of RGB (Red+Green+Blue) = 149+40+12=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #95280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95280C is #6AD7F3. Grayscale: #454545. Windows color (decimal): -7002100 or 796821. OLE color: 796821.
HSL color Cylindrical-coordinate representation of color #95280C: hue angle of 12.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95280C is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 12 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.42 |
| HSL | 12.26º | 0.85% | 0.32% | - |
| HSV(B) | 12.26º | 0.92% | 0.58% | - |
| XYZ | 13.22 | 7.93 | 1.18 | - |
| YUV | 69.4 | 95.61 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 12 | 0 | 0.73 | 0.92 | 0.42 | 12.26 | 0.85 | 0.32 |
| Hex | 95 | 28 | C | 0 | 49 | 5C | 2A | C | 55 | 20 |
| Octal | 225 | 50 | 14 | 0 | 111 | 134 | 52 | 14 | 125 | 40 |
| Binary | 10010101 | 101000 | 1100 | 0 | 1001001 | 1011100 | 101010 | 1100 | 1010101 | 100000 |
Color Harmonies of #95280C
Complementary color
Monochromatic Colors of #95280C
Black with #95280C
Text Example
Text Example
White with #95280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95280C; }
p { color: rgb(149,40,12); }
H1.HeaderClassName
{
color: #95280C;
}
.AnyTagClassName
{
color: #95280C;
}
</style>
background-color css
<style>
a { background-color: #95280C; }
a { background-color: rgb(149,40,12); }
div.DivClassName
{
background-color: #95280C;
}
.BgClassName
{
background-color: #95280C;
}
</style>
border-color css
<style>
span { border-color: #95280C; }
span { border-color: rgb(149,40,12); }
td.TdClassName
{
border-color: #95280C;
}
.TagClassName
{
border-color: #95280C;
}
</style>