Shades of Burnt Umber #952B1D
Tints of Burnt Umber #952B1D
RGB
CMYK
RGB Variations
Color information
#952B1D (or 0x952B1D) is known color: Burnt Umber. HEX triplet: 95, 2B and 1D. RGB value is (149,43,29). Sum of RGB (Red+Green+Blue) = 149+43+29=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #952B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B1D is #6AD4E2. Grayscale: #494949. Windows color (decimal): -7001315 or 1911701. OLE color: 1911701.
HSL color Cylindrical-coordinate representation of color #952B1D: hue angle of 7º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #952B1D is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 29 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.42 |
| HSL | 7º | 0.67% | 0.35% | - |
| HSV(B) | 7º | 0.81% | 0.58% | - |
| XYZ | 13.48 | 8.21 | 2.04 | - |
| YUV | 73.1 | 103.12 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 29 | 0 | 0.71 | 0.81 | 0.42 | 7 | 0.67 | 0.35 |
| Hex | 95 | 2B | 1D | 0 | 47 | 51 | 2A | 7 | 43 | 23 |
| Octal | 225 | 53 | 35 | 0 | 107 | 121 | 52 | 7 | 103 | 43 |
| Binary | 10010101 | 101011 | 11101 | 0 | 1000111 | 1010001 | 101010 | 111 | 1000011 | 100011 |
Color Harmonies of #952B1D
Complementary color
Monochromatic Colors of #952B1D
Black with #952B1D
Text Example
Text Example
White with #952B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B1D; }
p { color: rgb(149,43,29); }
H1.HeaderClassName
{
color: #952B1D;
}
.AnyTagClassName
{
color: #952B1D;
}
</style>
background-color css
<style>
a { background-color: #952B1D; }
a { background-color: rgb(149,43,29); }
div.DivClassName
{
background-color: #952B1D;
}
.BgClassName
{
background-color: #952B1D;
}
</style>
border-color css
<style>
span { border-color: #952B1D; }
span { border-color: rgb(149,43,29); }
td.TdClassName
{
border-color: #952B1D;
}
.TagClassName
{
border-color: #952B1D;
}
</style>