Shades of Burnt Umber #95321E
Tints of Burnt Umber #95321E
RGB
CMYK
RGB Variations
Color information
#95321E (or 0x95321E) is known color: Burnt Umber. HEX triplet: 95, 32 and 1E. RGB value is (149,50,30). Sum of RGB (Red+Green+Blue) = 149+50+30=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95321E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95321E is #6ACDE1. Grayscale: #4D4D4D. Windows color (decimal): -6999522 or 1979029. OLE color: 1979029.
HSL color Cylindrical-coordinate representation of color #95321E: hue angle of 10.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 #95321E is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 30 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.42 |
| HSL | 10.08º | 0.66% | 0.35% | - |
| HSV(B) | 10.08º | 0.8% | 0.58% | - |
| XYZ | 13.77 | 8.76 | 2.19 | - |
| YUV | 77.32 | 101.3 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 30 | 0 | 0.66 | 0.80 | 0.42 | 10.08 | 0.66 | 0.35 |
| Hex | 95 | 32 | 1E | 0 | 42 | 50 | 2A | A | 42 | 23 |
| Octal | 225 | 62 | 36 | 0 | 102 | 120 | 52 | 12 | 102 | 43 |
| Binary | 10010101 | 110010 | 11110 | 0 | 1000010 | 1010000 | 101010 | 1010 | 1000010 | 100011 |
Color Harmonies of #95321E
Complementary color
Monochromatic Colors of #95321E
Black with #95321E
Text Example
Text Example
White with #95321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95321E; }
p { color: rgb(149,50,30); }
H1.HeaderClassName
{
color: #95321E;
}
.AnyTagClassName
{
color: #95321E;
}
</style>
background-color css
<style>
a { background-color: #95321E; }
a { background-color: rgb(149,50,30); }
div.DivClassName
{
background-color: #95321E;
}
.BgClassName
{
background-color: #95321E;
}
</style>
border-color css
<style>
span { border-color: #95321E; }
span { border-color: rgb(149,50,30); }
td.TdClassName
{
border-color: #95321E;
}
.TagClassName
{
border-color: #95321E;
}
</style>