Shades of Raw Umber #845810
Tints of Raw Umber #845810
RGB
CMYK
RGB Variations
Color information
#845810 (or 0x845810) is known color: Raw Umber. HEX triplet: 84, 58 and 10. RGB value is (132,88,16). Sum of RGB (Red+Green+Blue) = 132+88+16=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 88 (34.77% from 255 or 37.29% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #845810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845810 is #7BA7EF. Grayscale: #5D5D5D. Windows color (decimal): -8103920 or 1071236. OLE color: 1071236.
HSL color Cylindrical-coordinate representation of color #845810: hue angle of 37.24º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #845810 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 16 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.48 |
| HSL | 37.24º | 0.78% | 0.29% | - |
| HSV(B) | 37.24º | 0.88% | 0.52% | - |
| XYZ | 13.1 | 11.92 | 2.1 | - |
| YUV | 92.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 16 | 0 | 0.33 | 0.88 | 0.48 | 37.24 | 0.78 | 0.29 |
| Hex | 84 | 58 | 10 | 0 | 21 | 58 | 30 | 25 | 4E | 1D |
| Octal | 204 | 130 | 20 | 0 | 41 | 130 | 60 | 45 | 116 | 35 |
| Binary | 10000100 | 1011000 | 10000 | 0 | 100001 | 1011000 | 110000 | 100101 | 1001110 | 11101 |
Color Harmonies of #845810
Complementary color
Monochromatic Colors of #845810
Black with #845810
Text Example
Text Example
White with #845810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845810; }
p { color: rgb(132,88,16); }
H1.HeaderClassName
{
color: #845810;
}
.AnyTagClassName
{
color: #845810;
}
</style>
background-color css
<style>
a { background-color: #845810; }
a { background-color: rgb(132,88,16); }
div.DivClassName
{
background-color: #845810;
}
.BgClassName
{
background-color: #845810;
}
</style>
border-color css
<style>
span { border-color: #845810; }
span { border-color: rgb(132,88,16); }
td.TdClassName
{
border-color: #845810;
}
.TagClassName
{
border-color: #845810;
}
</style>