Shades of Raw Umber #845510
Tints of Raw Umber #845510
RGB
CMYK
RGB Variations
Color information
#845510 (or 0x845510) is known color: Raw Umber. HEX triplet: 84, 55 and 10. RGB value is (132,85,16). Sum of RGB (Red+Green+Blue) = 132+85+16=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #845510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845510 is #7BAAEF. Grayscale: #5B5B5B. Windows color (decimal): -8104688 or 1070468. OLE color: 1070468.
HSL color Cylindrical-coordinate representation of color #845510: hue angle of 35.69º 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 #845510 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 85 | 16 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.48 |
| HSL | 35.69º | 0.78% | 0.29% | - |
| HSV(B) | 35.69º | 0.88% | 0.52% | - |
| XYZ | 12.86 | 11.44 | 2.02 | - |
| YUV | 91.19 | 85.57 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 16 | 0 | 0.36 | 0.88 | 0.48 | 35.69 | 0.78 | 0.29 |
| Hex | 84 | 55 | 10 | 0 | 24 | 58 | 30 | 24 | 4E | 1D |
| Octal | 204 | 125 | 20 | 0 | 44 | 130 | 60 | 44 | 116 | 35 |
| Binary | 10000100 | 1010101 | 10000 | 0 | 100100 | 1011000 | 110000 | 100100 | 1001110 | 11101 |
Color Harmonies of #845510
Complementary color
Monochromatic Colors of #845510
Black with #845510
Text Example
Text Example
White with #845510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845510; }
p { color: rgb(132,85,16); }
H1.HeaderClassName
{
color: #845510;
}
.AnyTagClassName
{
color: #845510;
}
</style>
background-color css
<style>
a { background-color: #845510; }
a { background-color: rgb(132,85,16); }
div.DivClassName
{
background-color: #845510;
}
.BgClassName
{
background-color: #845510;
}
</style>
border-color css
<style>
span { border-color: #845510; }
span { border-color: rgb(132,85,16); }
td.TdClassName
{
border-color: #845510;
}
.TagClassName
{
border-color: #845510;
}
</style>