Shades of Burnt Umber #952A14
Tints of Burnt Umber #952A14
RGB
CMYK
RGB Variations
Color information
#952A14 (or 0x952A14) is known color: Burnt Umber. HEX triplet: 95, 2A and 14. RGB value is (149,42,20). Sum of RGB (Red+Green+Blue) = 149+42+20=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A14 is #6AD5EB. Grayscale: #474747. Windows color (decimal): -7001580 or 1321621. OLE color: 1321621.
HSL color Cylindrical-coordinate representation of color #952A14: hue angle of 10.23º 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 #952A14 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 42 | 20 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.42 |
| HSL | 10.23º | 0.76% | 0.33% | - |
| HSV(B) | 10.23º | 0.87% | 0.58% | - |
| XYZ | 13.35 | 8.1 | 1.52 | - |
| YUV | 71.49 | 98.95 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 42 | 20 | 0 | 0.72 | 0.87 | 0.42 | 10.23 | 0.76 | 0.33 |
| Hex | 95 | 2A | 14 | 0 | 48 | 57 | 2A | A | 4C | 21 |
| Octal | 225 | 52 | 24 | 0 | 110 | 127 | 52 | 12 | 114 | 41 |
| Binary | 10010101 | 101010 | 10100 | 0 | 1001000 | 1010111 | 101010 | 1010 | 1001100 | 100001 |
Color Harmonies of #952A14
Complementary color
Monochromatic Colors of #952A14
Black with #952A14
Text Example
Text Example
White with #952A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952A14; }
p { color: rgb(149,42,20); }
H1.HeaderClassName
{
color: #952A14;
}
.AnyTagClassName
{
color: #952A14;
}
</style>
background-color css
<style>
a { background-color: #952A14; }
a { background-color: rgb(149,42,20); }
div.DivClassName
{
background-color: #952A14;
}
.BgClassName
{
background-color: #952A14;
}
</style>
border-color css
<style>
span { border-color: #952A14; }
span { border-color: rgb(149,42,20); }
td.TdClassName
{
border-color: #952A14;
}
.TagClassName
{
border-color: #952A14;
}
</style>