Shades of Raw Umber #845902
Tints of Raw Umber #845902
RGB
CMYK
RGB Variations
Color information
#845902 (or 0x845902) is known color: Raw Umber. HEX triplet: 84, 59 and 02. RGB value is (132,89,2). Sum of RGB (Red+Green+Blue) = 132+89+2=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #845902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845902 is #7BA6FD. Grayscale: #5C5C5C. Windows color (decimal): -8103678 or 153988. OLE color: 153988.
HSL color Cylindrical-coordinate representation of color #845902: hue angle of 40.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #845902 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.48 |
| HSL | 40.15º | 0.97% | 0.26% | - |
| HSV(B) | 40.15º | 0.98% | 0.52% | - |
| XYZ | 13.1 | 12.05 | 1.69 | - |
| YUV | 91.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 2 | 0 | 0.33 | 0.98 | 0.48 | 40.15 | 0.97 | 0.26 |
| Hex | 84 | 59 | 2 | 0 | 21 | 62 | 30 | 28 | 61 | 1A |
| Octal | 204 | 131 | 2 | 0 | 41 | 142 | 60 | 50 | 141 | 32 |
| Binary | 10000100 | 1011001 | 10 | 0 | 100001 | 1100010 | 110000 | 101000 | 1100001 | 11010 |
Color Harmonies of #845902
Complementary color
Monochromatic Colors of #845902
Black with #845902
Text Example
Text Example
White with #845902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845902; }
p { color: rgb(132,89,2); }
H1.HeaderClassName
{
color: #845902;
}
.AnyTagClassName
{
color: #845902;
}
</style>
background-color css
<style>
a { background-color: #845902; }
a { background-color: rgb(132,89,2); }
div.DivClassName
{
background-color: #845902;
}
.BgClassName
{
background-color: #845902;
}
</style>
border-color css
<style>
span { border-color: #845902; }
span { border-color: rgb(132,89,2); }
td.TdClassName
{
border-color: #845902;
}
.TagClassName
{
border-color: #845902;
}
</style>