Shades of Burnt Umber #952F0D
Tints of Burnt Umber #952F0D
RGB
CMYK
RGB Variations
Color information
#952F0D (or 0x952F0D) is known color: Burnt Umber. HEX triplet: 95, 2F and 0D. RGB value is (149,47,13). Sum of RGB (Red+Green+Blue) = 149+47+13=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952F0D is #6AD0F2. Grayscale: #494949. Windows color (decimal): -7000307 or 864149. OLE color: 864149.
HSL color Cylindrical-coordinate representation of color #952F0D: hue angle of 15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #952F0D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 13 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.42 |
| HSL | 15º | 0.84% | 0.32% | - |
| HSV(B) | 15º | 0.91% | 0.58% | - |
| XYZ | 13.48 | 8.45 | 1.3 | - |
| YUV | 73.62 | 93.79 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 13 | 0 | 0.68 | 0.91 | 0.42 | 15 | 0.84 | 0.32 |
| Hex | 95 | 2F | D | 0 | 44 | 5B | 2A | F | 54 | 20 |
| Octal | 225 | 57 | 15 | 0 | 104 | 133 | 52 | 17 | 124 | 40 |
| Binary | 10010101 | 101111 | 1101 | 0 | 1000100 | 1011011 | 101010 | 1111 | 1010100 | 100000 |
Color Harmonies of #952F0D
Complementary color
Monochromatic Colors of #952F0D
Black with #952F0D
Text Example
Text Example
White with #952F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F0D; }
p { color: rgb(149,47,13); }
H1.HeaderClassName
{
color: #952F0D;
}
.AnyTagClassName
{
color: #952F0D;
}
</style>
background-color css
<style>
a { background-color: #952F0D; }
a { background-color: rgb(149,47,13); }
div.DivClassName
{
background-color: #952F0D;
}
.BgClassName
{
background-color: #952F0D;
}
</style>
border-color css
<style>
span { border-color: #952F0D; }
span { border-color: rgb(149,47,13); }
td.TdClassName
{
border-color: #952F0D;
}
.TagClassName
{
border-color: #952F0D;
}
</style>