Shades of Raw Umber #845100
Tints of Raw Umber #845100
RGB
CMYK
RGB Variations
Color information
#845100 (or 0x845100) is known color: Raw Umber. HEX triplet: 84, 51 and 00. RGB value is (132,81,0). Sum of RGB (Red+Green+Blue) = 132+81+0=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #845100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845100 is #7BAEFF. Grayscale: #575757. Windows color (decimal): -8105728 or 20868. OLE color: 20868.
HSL color Cylindrical-coordinate representation of color #845100: hue angle of 36.82º 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 #845100 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.48 |
| HSL | 36.82º | 1% | 0.26% | - |
| HSV(B) | 36.82º | 1% | 0.52% | - |
| XYZ | 12.46 | 10.79 | 1.43 | - |
| YUV | 87.02 | 78.9 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 0 | 0 | 0.39 | 1 | 0.48 | 36.82 | 1 | 0.26 |
| Hex | 84 | 51 | 0 | 0 | 27 | 64 | 30 | 25 | 64 | 1A |
| Octal | 204 | 121 | 0 | 0 | 47 | 144 | 60 | 45 | 144 | 32 |
| Binary | 10000100 | 1010001 | 0 | 0 | 100111 | 1100100 | 110000 | 100101 | 1100100 | 11010 |
Color Harmonies of #845100
Complementary color
Monochromatic Colors of #845100
Black with #845100
Text Example
Text Example
White with #845100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845100; }
p { color: rgb(132,81,0); }
H1.HeaderClassName
{
color: #845100;
}
.AnyTagClassName
{
color: #845100;
}
</style>
background-color css
<style>
a { background-color: #845100; }
a { background-color: rgb(132,81,0); }
div.DivClassName
{
background-color: #845100;
}
.BgClassName
{
background-color: #845100;
}
</style>
border-color css
<style>
span { border-color: #845100; }
span { border-color: rgb(132,81,0); }
td.TdClassName
{
border-color: #845100;
}
.TagClassName
{
border-color: #845100;
}
</style>