Shades of Raw Umber #845005
Tints of Raw Umber #845005
RGB
CMYK
RGB Variations
Color information
#845005 (or 0x845005) is known color: Raw Umber. HEX triplet: 84, 50 and 05. RGB value is (132,80,5). Sum of RGB (Red+Green+Blue) = 132+80+5=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #845005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845005 is #7BAFFA. Grayscale: #575757. Windows color (decimal): -8105979 or 348292. OLE color: 348292.
HSL color Cylindrical-coordinate representation of color #845005: hue angle of 35.43º 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 #845005 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 5 | - |
| CMYK | 0 | 0.39 | 0.96 | 0.48 |
| HSL | 35.43º | 0.93% | 0.27% | - |
| HSV(B) | 35.43º | 0.96% | 0.52% | - |
| XYZ | 12.41 | 10.65 | 1.55 | - |
| YUV | 87 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 5 | 0 | 0.39 | 0.96 | 0.48 | 35.43 | 0.93 | 0.27 |
| Hex | 84 | 50 | 5 | 0 | 27 | 60 | 30 | 23 | 5D | 1B |
| Octal | 204 | 120 | 5 | 0 | 47 | 140 | 60 | 43 | 135 | 33 |
| Binary | 10000100 | 1010000 | 101 | 0 | 100111 | 1100000 | 110000 | 100011 | 1011101 | 11011 |
Color Harmonies of #845005
Complementary color
Monochromatic Colors of #845005
Black with #845005
Text Example
Text Example
White with #845005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845005; }
p { color: rgb(132,80,5); }
H1.HeaderClassName
{
color: #845005;
}
.AnyTagClassName
{
color: #845005;
}
</style>
background-color css
<style>
a { background-color: #845005; }
a { background-color: rgb(132,80,5); }
div.DivClassName
{
background-color: #845005;
}
.BgClassName
{
background-color: #845005;
}
</style>
border-color css
<style>
span { border-color: #845005; }
span { border-color: rgb(132,80,5); }
td.TdClassName
{
border-color: #845005;
}
.TagClassName
{
border-color: #845005;
}
</style>