Shades of Burnt Umber #95301E
Tints of Burnt Umber #95301E
RGB
CMYK
RGB Variations
Color information
#95301E (or 0x95301E) is known color: Burnt Umber. HEX triplet: 95, 30 and 1E. RGB value is (149,48,30). Sum of RGB (Red+Green+Blue) = 149+48+30=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95301E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95301E is #6ACFE1. Grayscale: #4C4C4C. Windows color (decimal): -7000034 or 1978517. OLE color: 1978517.
HSL color Cylindrical-coordinate representation of color #95301E: hue angle of 9.08º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95301E is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 48 | 30 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.42 |
| HSL | 9.08º | 0.66% | 0.35% | - |
| HSV(B) | 9.08º | 0.8% | 0.58% | - |
| XYZ | 13.69 | 8.6 | 2.17 | - |
| YUV | 76.15 | 101.96 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 48 | 30 | 0 | 0.68 | 0.80 | 0.42 | 9.08 | 0.66 | 0.35 |
| Hex | 95 | 30 | 1E | 0 | 44 | 50 | 2A | 9 | 42 | 23 |
| Octal | 225 | 60 | 36 | 0 | 104 | 120 | 52 | 11 | 102 | 43 |
| Binary | 10010101 | 110000 | 11110 | 0 | 1000100 | 1010000 | 101010 | 1001 | 1000010 | 100011 |
Color Harmonies of #95301E
Complementary color
Monochromatic Colors of #95301E
Black with #95301E
Text Example
Text Example
White with #95301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95301E; }
p { color: rgb(149,48,30); }
H1.HeaderClassName
{
color: #95301E;
}
.AnyTagClassName
{
color: #95301E;
}
</style>
background-color css
<style>
a { background-color: #95301E; }
a { background-color: rgb(149,48,30); }
div.DivClassName
{
background-color: #95301E;
}
.BgClassName
{
background-color: #95301E;
}
</style>
border-color css
<style>
span { border-color: #95301E; }
span { border-color: rgb(149,48,30); }
td.TdClassName
{
border-color: #95301E;
}
.TagClassName
{
border-color: #95301E;
}
</style>