Shades of Raw Umber #844D01
Tints of Raw Umber #844D01
RGB
CMYK
RGB Variations
Color information
#844D01 (or 0x844D01) is known color: Raw Umber. HEX triplet: 84, 4D and 01. RGB value is (132,77,1). Sum of RGB (Red+Green+Blue) = 132+77+1=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #844D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D01 is #7BB2FE. Grayscale: #555555. Windows color (decimal): -8106751 or 85380. OLE color: 85380.
HSL color Cylindrical-coordinate representation of color #844D01: hue angle of 34.81º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #844D01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 1 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.48 |
| HSL | 34.81º | 0.98% | 0.26% | - |
| HSV(B) | 34.81º | 0.99% | 0.52% | - |
| XYZ | 12.18 | 10.22 | 1.36 | - |
| YUV | 84.78 | 80.72 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 1 | 0 | 0.42 | 0.99 | 0.48 | 34.81 | 0.98 | 0.26 |
| Hex | 84 | 4D | 1 | 0 | 2A | 63 | 30 | 23 | 62 | 1A |
| Octal | 204 | 115 | 1 | 0 | 52 | 143 | 60 | 43 | 142 | 32 |
| Binary | 10000100 | 1001101 | 1 | 0 | 101010 | 1100011 | 110000 | 100011 | 1100010 | 11010 |
Color Harmonies of #844D01
Complementary color
Monochromatic Colors of #844D01
Black with #844D01
Text Example
Text Example
White with #844D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D01; }
p { color: rgb(132,77,1); }
H1.HeaderClassName
{
color: #844D01;
}
.AnyTagClassName
{
color: #844D01;
}
</style>
background-color css
<style>
a { background-color: #844D01; }
a { background-color: rgb(132,77,1); }
div.DivClassName
{
background-color: #844D01;
}
.BgClassName
{
background-color: #844D01;
}
</style>
border-color css
<style>
span { border-color: #844D01; }
span { border-color: rgb(132,77,1); }
td.TdClassName
{
border-color: #844D01;
}
.TagClassName
{
border-color: #844D01;
}
</style>