Shades of Raw Umber #845700
Tints of Raw Umber #845700
RGB
CMYK
RGB Variations
Color information
#845700 (or 0x845700) is known color: Raw Umber. HEX triplet: 84, 57 and 00. RGB value is (132,87,0). Sum of RGB (Red+Green+Blue) = 132+87+0=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #845700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845700 is #7BA8FF. Grayscale: #5A5A5A. Windows color (decimal): -8104192 or 22404. OLE color: 22404.
HSL color Cylindrical-coordinate representation of color #845700: hue angle of 39.55º 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 #845700 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.48 |
| HSL | 39.55º | 1% | 0.26% | - |
| HSV(B) | 39.55º | 1% | 0.52% | - |
| XYZ | 12.92 | 11.72 | 1.58 | - |
| YUV | 90.54 | 76.91 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 0 | 0 | 0.34 | 1 | 0.48 | 39.55 | 1 | 0.26 |
| Hex | 84 | 57 | 0 | 0 | 22 | 64 | 30 | 28 | 64 | 1A |
| Octal | 204 | 127 | 0 | 0 | 42 | 144 | 60 | 50 | 144 | 32 |
| Binary | 10000100 | 1010111 | 0 | 0 | 100010 | 1100100 | 110000 | 101000 | 1100100 | 11010 |
Color Harmonies of #845700
Complementary color
Monochromatic Colors of #845700
Black with #845700
Text Example
Text Example
White with #845700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845700; }
p { color: rgb(132,87,0); }
H1.HeaderClassName
{
color: #845700;
}
.AnyTagClassName
{
color: #845700;
}
</style>
background-color css
<style>
a { background-color: #845700; }
a { background-color: rgb(132,87,0); }
div.DivClassName
{
background-color: #845700;
}
.BgClassName
{
background-color: #845700;
}
</style>
border-color css
<style>
span { border-color: #845700; }
span { border-color: rgb(132,87,0); }
td.TdClassName
{
border-color: #845700;
}
.TagClassName
{
border-color: #845700;
}
</style>