Shades of Burnt Umber #942809
Tints of Burnt Umber #942809
RGB
CMYK
RGB Variations
Color information
#942809 (or 0x942809) is known color: Burnt Umber. HEX triplet: 94, 28 and 09. RGB value is (148,40,9). Sum of RGB (Red+Green+Blue) = 148+40+9=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #942809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942809 is #6BD7F6. Grayscale: #444444. Windows color (decimal): -7067639 or 600212. OLE color: 600212.
HSL color Cylindrical-coordinate representation of color #942809: hue angle of 13.38º 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 #942809 is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 9 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.42 |
| HSL | 13.38º | 0.89% | 0.31% | - |
| HSV(B) | 13.38º | 0.94% | 0.58% | - |
| XYZ | 13.02 | 7.83 | 1.08 | - |
| YUV | 68.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 9 | 0 | 0.73 | 0.94 | 0.42 | 13.38 | 0.89 | 0.31 |
| Hex | 94 | 28 | 9 | 0 | 49 | 5E | 2A | D | 59 | 1F |
| Octal | 224 | 50 | 11 | 0 | 111 | 136 | 52 | 15 | 131 | 37 |
| Binary | 10010100 | 101000 | 1001 | 0 | 1001001 | 1011110 | 101010 | 1101 | 1011001 | 11111 |
Color Harmonies of #942809
Complementary color
Monochromatic Colors of #942809
Black with #942809
Text Example
Text Example
White with #942809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942809; }
p { color: rgb(148,40,9); }
H1.HeaderClassName
{
color: #942809;
}
.AnyTagClassName
{
color: #942809;
}
</style>
background-color css
<style>
a { background-color: #942809; }
a { background-color: rgb(148,40,9); }
div.DivClassName
{
background-color: #942809;
}
.BgClassName
{
background-color: #942809;
}
</style>
border-color css
<style>
span { border-color: #942809; }
span { border-color: rgb(148,40,9); }
td.TdClassName
{
border-color: #942809;
}
.TagClassName
{
border-color: #942809;
}
</style>