Shades of Burnt Umber #952B09
Tints of Burnt Umber #952B09
RGB
CMYK
RGB Variations
Color information
#952B09 (or 0x952B09) is known color: Burnt Umber. HEX triplet: 95, 2B and 09. RGB value is (149,43,9). Sum of RGB (Red+Green+Blue) = 149+43+9=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952B09 is #6AD4F6. Grayscale: #474747. Windows color (decimal): -7001335 or 600981. OLE color: 600981.
HSL color Cylindrical-coordinate representation of color #952B09: hue angle of 14.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #952B09 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 43 | 9 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.42 |
| HSL | 14.57º | 0.89% | 0.31% | - |
| HSV(B) | 14.57º | 0.94% | 0.58% | - |
| XYZ | 13.31 | 8.14 | 1.13 | - |
| YUV | 70.82 | 93.12 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 9 | 0 | 0.71 | 0.94 | 0.42 | 14.57 | 0.89 | 0.31 |
| Hex | 95 | 2B | 9 | 0 | 47 | 5E | 2A | F | 59 | 1F |
| Octal | 225 | 53 | 11 | 0 | 107 | 136 | 52 | 17 | 131 | 37 |
| Binary | 10010101 | 101011 | 1001 | 0 | 1000111 | 1011110 | 101010 | 1111 | 1011001 | 11111 |
Color Harmonies of #952B09
Complementary color
Monochromatic Colors of #952B09
Black with #952B09
Text Example
Text Example
White with #952B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952B09; }
p { color: rgb(149,43,9); }
H1.HeaderClassName
{
color: #952B09;
}
.AnyTagClassName
{
color: #952B09;
}
</style>
background-color css
<style>
a { background-color: #952B09; }
a { background-color: rgb(149,43,9); }
div.DivClassName
{
background-color: #952B09;
}
.BgClassName
{
background-color: #952B09;
}
</style>
border-color css
<style>
span { border-color: #952B09; }
span { border-color: rgb(149,43,9); }
td.TdClassName
{
border-color: #952B09;
}
.TagClassName
{
border-color: #952B09;
}
</style>