Shades of Raw Umber #844F01
Tints of Raw Umber #844F01
RGB
CMYK
RGB Variations
Color information
#844F01 (or 0x844F01) is known color: Raw Umber. HEX triplet: 84, 4F and 01. RGB value is (132,79,1). Sum of RGB (Red+Green+Blue) = 132+79+1=212 (28% of max value = 765). Red value is 132 (51.95% from 255 or 62.26% from 212); Green value is 79 (31.25% from 255 or 37.26% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 132 - color contains mainly: red. Hex color #844F01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844F01 is #7BB0FE. Grayscale: #565656. Windows color (decimal): -8106239 or 85892. OLE color: 85892.
HSL color Cylindrical-coordinate representation of color #844F01: hue angle of 35.73º 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 #844F01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.48 |
| HSL | 35.73º | 0.98% | 0.26% | - |
| HSV(B) | 35.73º | 0.99% | 0.52% | - |
| XYZ | 12.32 | 10.5 | 1.41 | - |
| YUV | 85.96 | 80.06 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 1 | 0 | 0.40 | 0.99 | 0.48 | 35.73 | 0.98 | 0.26 |
| Hex | 84 | 4F | 1 | 0 | 28 | 63 | 30 | 24 | 62 | 1A |
| Octal | 204 | 117 | 1 | 0 | 50 | 143 | 60 | 44 | 142 | 32 |
| Binary | 10000100 | 1001111 | 1 | 0 | 101000 | 1100011 | 110000 | 100100 | 1100010 | 11010 |
Color Harmonies of #844F01
Complementary color
Monochromatic Colors of #844F01
Black with #844F01
Text Example
Text Example
White with #844F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F01; }
p { color: rgb(132,79,1); }
H1.HeaderClassName
{
color: #844F01;
}
.AnyTagClassName
{
color: #844F01;
}
</style>
background-color css
<style>
a { background-color: #844F01; }
a { background-color: rgb(132,79,1); }
div.DivClassName
{
background-color: #844F01;
}
.BgClassName
{
background-color: #844F01;
}
</style>
border-color css
<style>
span { border-color: #844F01; }
span { border-color: rgb(132,79,1); }
td.TdClassName
{
border-color: #844F01;
}
.TagClassName
{
border-color: #844F01;
}
</style>