Shades of Burnt Umber #952D1E
Tints of Burnt Umber #952D1E
RGB
CMYK
RGB Variations
Color information
#952D1E (or 0x952D1E) is known color: Burnt Umber. HEX triplet: 95, 2D and 1E. RGB value is (149,45,30). Sum of RGB (Red+Green+Blue) = 149+45+30=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #952D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952D1E is #6AD2E1. Grayscale: #4A4A4A. Windows color (decimal): -7000802 or 1977749. OLE color: 1977749.
HSL color Cylindrical-coordinate representation of color #952D1E: hue angle of 7.56º 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 #952D1E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 30 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.42 |
| HSL | 7.56º | 0.66% | 0.35% | - |
| HSV(B) | 7.56º | 0.8% | 0.58% | - |
| XYZ | 13.57 | 8.36 | 2.13 | - |
| YUV | 74.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 30 | 0 | 0.70 | 0.80 | 0.42 | 7.56 | 0.66 | 0.35 |
| Hex | 95 | 2D | 1E | 0 | 46 | 50 | 2A | 8 | 42 | 23 |
| Octal | 225 | 55 | 36 | 0 | 106 | 120 | 52 | 10 | 102 | 43 |
| Binary | 10010101 | 101101 | 11110 | 0 | 1000110 | 1010000 | 101010 | 1000 | 1000010 | 100011 |
Color Harmonies of #952D1E
Complementary color
Monochromatic Colors of #952D1E
Black with #952D1E
Text Example
Text Example
White with #952D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D1E; }
p { color: rgb(149,45,30); }
H1.HeaderClassName
{
color: #952D1E;
}
.AnyTagClassName
{
color: #952D1E;
}
</style>
background-color css
<style>
a { background-color: #952D1E; }
a { background-color: rgb(149,45,30); }
div.DivClassName
{
background-color: #952D1E;
}
.BgClassName
{
background-color: #952D1E;
}
</style>
border-color css
<style>
span { border-color: #952D1E; }
span { border-color: rgb(149,45,30); }
td.TdClassName
{
border-color: #952D1E;
}
.TagClassName
{
border-color: #952D1E;
}
</style>