Shades of Raw Umber #845802
Tints of Raw Umber #845802
RGB
CMYK
RGB Variations
Color information
#845802 (or 0x845802) is known color: Raw Umber. HEX triplet: 84, 58 and 02. RGB value is (132,88,2). Sum of RGB (Red+Green+Blue) = 132+88+2=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #845802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845802 is #7BA7FD. Grayscale: #5B5B5B. Windows color (decimal): -8103934 or 153732. OLE color: 153732.
HSL color Cylindrical-coordinate representation of color #845802: hue angle of 39.69º 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 #845802 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.48 |
| HSL | 39.69º | 0.97% | 0.26% | - |
| HSV(B) | 39.69º | 0.98% | 0.52% | - |
| XYZ | 13.02 | 11.89 | 1.67 | - |
| YUV | 91.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 2 | 0 | 0.33 | 0.98 | 0.48 | 39.69 | 0.97 | 0.26 |
| Hex | 84 | 58 | 2 | 0 | 21 | 62 | 30 | 28 | 61 | 1A |
| Octal | 204 | 130 | 2 | 0 | 41 | 142 | 60 | 50 | 141 | 32 |
| Binary | 10000100 | 1011000 | 10 | 0 | 100001 | 1100010 | 110000 | 101000 | 1100001 | 11010 |
Color Harmonies of #845802
Complementary color
Monochromatic Colors of #845802
Black with #845802
Text Example
Text Example
White with #845802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845802; }
p { color: rgb(132,88,2); }
H1.HeaderClassName
{
color: #845802;
}
.AnyTagClassName
{
color: #845802;
}
</style>
background-color css
<style>
a { background-color: #845802; }
a { background-color: rgb(132,88,2); }
div.DivClassName
{
background-color: #845802;
}
.BgClassName
{
background-color: #845802;
}
</style>
border-color css
<style>
span { border-color: #845802; }
span { border-color: rgb(132,88,2); }
td.TdClassName
{
border-color: #845802;
}
.TagClassName
{
border-color: #845802;
}
</style>