Shades of Burnt Umber #952D14
Tints of Burnt Umber #952D14
RGB
CMYK
RGB Variations
Color information
#952D14 (or 0x952D14) is known color: Burnt Umber. HEX triplet: 95, 2D and 14. RGB value is (149,45,20). Sum of RGB (Red+Green+Blue) = 149+45+20=214 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.63% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 149 - color contains mainly: red. Hex color #952D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952D14 is #6AD2EB. Grayscale: #494949. Windows color (decimal): -7000812 or 1322389. OLE color: 1322389.
HSL color Cylindrical-coordinate representation of color #952D14: hue angle of 11.63º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #952D14 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 20 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.42 |
| HSL | 11.63º | 0.76% | 0.33% | - |
| HSV(B) | 11.63º | 0.87% | 0.58% | - |
| XYZ | 13.46 | 8.32 | 1.56 | - |
| YUV | 73.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 20 | 0 | 0.70 | 0.87 | 0.42 | 11.63 | 0.76 | 0.33 |
| Hex | 95 | 2D | 14 | 0 | 46 | 57 | 2A | C | 4C | 21 |
| Octal | 225 | 55 | 24 | 0 | 106 | 127 | 52 | 14 | 114 | 41 |
| Binary | 10010101 | 101101 | 10100 | 0 | 1000110 | 1010111 | 101010 | 1100 | 1001100 | 100001 |
Color Harmonies of #952D14
Complementary color
Monochromatic Colors of #952D14
Black with #952D14
Text Example
Text Example
White with #952D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D14; }
p { color: rgb(149,45,20); }
H1.HeaderClassName
{
color: #952D14;
}
.AnyTagClassName
{
color: #952D14;
}
</style>
background-color css
<style>
a { background-color: #952D14; }
a { background-color: rgb(149,45,20); }
div.DivClassName
{
background-color: #952D14;
}
.BgClassName
{
background-color: #952D14;
}
</style>
border-color css
<style>
span { border-color: #952D14; }
span { border-color: rgb(149,45,20); }
td.TdClassName
{
border-color: #952D14;
}
.TagClassName
{
border-color: #952D14;
}
</style>