Shades of Raw Umber #844D00
Tints of Raw Umber #844D00
RGB
CMYK
RGB Variations
Color information
#844D00 (or 0x844D00) is known color: Raw Umber. HEX triplet: 84, 4D and 00. RGB value is (132,77,0). Sum of RGB (Red+Green+Blue) = 132+77+0=209 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.16% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 132 - color contains mainly: red. Hex color #844D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D00 is #7BB2FF. Grayscale: #555555. Windows color (decimal): -8106752 or 19844. OLE color: 19844.
HSL color Cylindrical-coordinate representation of color #844D00: hue angle of 35º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #844D00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.48 |
| HSL | 35º | 1% | 0.26% | - |
| HSV(B) | 35º | 1% | 0.52% | - |
| XYZ | 12.17 | 10.21 | 1.33 | - |
| YUV | 84.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 0 | 0 | 0.42 | 1 | 0.48 | 35 | 1 | 0.26 |
| Hex | 84 | 4D | 0 | 0 | 2A | 64 | 30 | 23 | 64 | 1A |
| Octal | 204 | 115 | 0 | 0 | 52 | 144 | 60 | 43 | 144 | 32 |
| Binary | 10000100 | 1001101 | 0 | 0 | 101010 | 1100100 | 110000 | 100011 | 1100100 | 11010 |
Color Harmonies of #844D00
Complementary color
Monochromatic Colors of #844D00
Black with #844D00
Text Example
Text Example
White with #844D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D00; }
p { color: rgb(132,77,0); }
H1.HeaderClassName
{
color: #844D00;
}
.AnyTagClassName
{
color: #844D00;
}
</style>
background-color css
<style>
a { background-color: #844D00; }
a { background-color: rgb(132,77,0); }
div.DivClassName
{
background-color: #844D00;
}
.BgClassName
{
background-color: #844D00;
}
</style>
border-color css
<style>
span { border-color: #844D00; }
span { border-color: rgb(132,77,0); }
td.TdClassName
{
border-color: #844D00;
}
.TagClassName
{
border-color: #844D00;
}
</style>