Shades of Raw Umber #845705
Tints of Raw Umber #845705
RGB
CMYK
RGB Variations
Color information
#845705 (or 0x845705) is known color: Raw Umber. HEX triplet: 84, 57 and 05. RGB value is (132,87,5). Sum of RGB (Red+Green+Blue) = 132+87+5=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #845705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845705 is #7BA8FA. Grayscale: #5B5B5B. Windows color (decimal): -8104187 or 350084. OLE color: 350084.
HSL color Cylindrical-coordinate representation of color #845705: hue angle of 38.74º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #845705 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 87 | 5 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.48 |
| HSL | 38.74º | 0.93% | 0.27% | - |
| HSV(B) | 38.74º | 0.96% | 0.52% | - |
| XYZ | 12.95 | 11.73 | 1.73 | - |
| YUV | 91.11 | 79.41 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 5 | 0 | 0.34 | 0.96 | 0.48 | 38.74 | 0.93 | 0.27 |
| Hex | 84 | 57 | 5 | 0 | 22 | 60 | 30 | 27 | 5D | 1B |
| Octal | 204 | 127 | 5 | 0 | 42 | 140 | 60 | 47 | 135 | 33 |
| Binary | 10000100 | 1010111 | 101 | 0 | 100010 | 1100000 | 110000 | 100111 | 1011101 | 11011 |
Color Harmonies of #845705
Complementary color
Monochromatic Colors of #845705
Black with #845705
Text Example
Text Example
White with #845705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845705; }
p { color: rgb(132,87,5); }
H1.HeaderClassName
{
color: #845705;
}
.AnyTagClassName
{
color: #845705;
}
</style>
background-color css
<style>
a { background-color: #845705; }
a { background-color: rgb(132,87,5); }
div.DivClassName
{
background-color: #845705;
}
.BgClassName
{
background-color: #845705;
}
</style>
border-color css
<style>
span { border-color: #845705; }
span { border-color: rgb(132,87,5); }
td.TdClassName
{
border-color: #845705;
}
.TagClassName
{
border-color: #845705;
}
</style>