Shades of Raw Umber #845501
Tints of Raw Umber #845501
RGB
CMYK
RGB Variations
Color information
#845501 (or 0x845501) is known color: Raw Umber. HEX triplet: 84, 55 and 01. RGB value is (132,85,1). Sum of RGB (Red+Green+Blue) = 132+85+1=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #845501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845501 is #7BAAFE. Grayscale: #595959. Windows color (decimal): -8104703 or 87428. OLE color: 87428.
HSL color Cylindrical-coordinate representation of color #845501: hue angle of 38.47º 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 #845501 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.48 |
| HSL | 38.47º | 0.98% | 0.26% | - |
| HSV(B) | 38.47º | 0.99% | 0.52% | - |
| XYZ | 12.77 | 11.4 | 1.56 | - |
| YUV | 89.48 | 78.07 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 1 | 0 | 0.36 | 0.99 | 0.48 | 38.47 | 0.98 | 0.26 |
| Hex | 84 | 55 | 1 | 0 | 24 | 63 | 30 | 26 | 62 | 1A |
| Octal | 204 | 125 | 1 | 0 | 44 | 143 | 60 | 46 | 142 | 32 |
| Binary | 10000100 | 1010101 | 1 | 0 | 100100 | 1100011 | 110000 | 100110 | 1100010 | 11010 |
Color Harmonies of #845501
Complementary color
Monochromatic Colors of #845501
Black with #845501
Text Example
Text Example
White with #845501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845501; }
p { color: rgb(132,85,1); }
H1.HeaderClassName
{
color: #845501;
}
.AnyTagClassName
{
color: #845501;
}
</style>
background-color css
<style>
a { background-color: #845501; }
a { background-color: rgb(132,85,1); }
div.DivClassName
{
background-color: #845501;
}
.BgClassName
{
background-color: #845501;
}
</style>
border-color css
<style>
span { border-color: #845501; }
span { border-color: rgb(132,85,1); }
td.TdClassName
{
border-color: #845501;
}
.TagClassName
{
border-color: #845501;
}
</style>