Shades of Burnt Umber #952E0F
Tints of Burnt Umber #952E0F
RGB
CMYK
RGB Variations
Color information
#952E0F (or 0x952E0F) is known color: Burnt Umber. HEX triplet: 95, 2E and 0F. RGB value is (149,46,15). Sum of RGB (Red+Green+Blue) = 149+46+15=210 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.95% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 149 - color contains mainly: red. Hex color #952E0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E0F is #6AD1F0. Grayscale: #494949. Windows color (decimal): -7000561 or 994965. OLE color: 994965.
HSL color Cylindrical-coordinate representation of color #952E0F: hue angle of 13.88º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #952E0F is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 46 | 15 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.42 |
| HSL | 13.88º | 0.82% | 0.32% | - |
| HSV(B) | 13.88º | 0.9% | 0.58% | - |
| XYZ | 13.46 | 8.38 | 1.36 | - |
| YUV | 73.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 46 | 15 | 0 | 0.69 | 0.90 | 0.42 | 13.88 | 0.82 | 0.32 |
| Hex | 95 | 2E | F | 0 | 45 | 5A | 2A | E | 52 | 20 |
| Octal | 225 | 56 | 17 | 0 | 105 | 132 | 52 | 16 | 122 | 40 |
| Binary | 10010101 | 101110 | 1111 | 0 | 1000101 | 1011010 | 101010 | 1110 | 1010010 | 100000 |
Color Harmonies of #952E0F
Complementary color
Monochromatic Colors of #952E0F
Black with #952E0F
Text Example
Text Example
White with #952E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952E0F; }
p { color: rgb(149,46,15); }
H1.HeaderClassName
{
color: #952E0F;
}
.AnyTagClassName
{
color: #952E0F;
}
</style>
background-color css
<style>
a { background-color: #952E0F; }
a { background-color: rgb(149,46,15); }
div.DivClassName
{
background-color: #952E0F;
}
.BgClassName
{
background-color: #952E0F;
}
</style>
border-color css
<style>
span { border-color: #952E0F; }
span { border-color: rgb(149,46,15); }
td.TdClassName
{
border-color: #952E0F;
}
.TagClassName
{
border-color: #952E0F;
}
</style>