Shades of Raw Umber #825805
Tints of Raw Umber #825805
RGB
CMYK
RGB Variations
Color information
#825805 (or 0x825805) is known color: Raw Umber. HEX triplet: 82, 58 and 05. RGB value is (130,88,5). Sum of RGB (Red+Green+Blue) = 130+88+5=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #825805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825805 is #7DA7FA. Grayscale: #5B5B5B. Windows color (decimal): -8235003 or 350338. OLE color: 350338.
HSL color Cylindrical-coordinate representation of color #825805: hue angle of 39.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #825805 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 88 | 5 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.49 |
| HSL | 39.84º | 0.93% | 0.26% | - |
| HSV(B) | 39.84º | 0.96% | 0.51% | - |
| XYZ | 12.72 | 11.74 | 1.74 | - |
| YUV | 91.1 | 79.41 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 88 | 5 | 0 | 0.32 | 0.96 | 0.49 | 39.84 | 0.93 | 0.26 |
| Hex | 82 | 58 | 5 | 0 | 20 | 60 | 31 | 28 | 5D | 1A |
| Octal | 202 | 130 | 5 | 0 | 40 | 140 | 61 | 50 | 135 | 32 |
| Binary | 10000010 | 1011000 | 101 | 0 | 100000 | 1100000 | 110001 | 101000 | 1011101 | 11010 |
Color Harmonies of #825805
Complementary color
Monochromatic Colors of #825805
Black with #825805
Text Example
Text Example
White with #825805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825805; }
p { color: rgb(130,88,5); }
H1.HeaderClassName
{
color: #825805;
}
.AnyTagClassName
{
color: #825805;
}
</style>
background-color css
<style>
a { background-color: #825805; }
a { background-color: rgb(130,88,5); }
div.DivClassName
{
background-color: #825805;
}
.BgClassName
{
background-color: #825805;
}
</style>
border-color css
<style>
span { border-color: #825805; }
span { border-color: rgb(130,88,5); }
td.TdClassName
{
border-color: #825805;
}
.TagClassName
{
border-color: #825805;
}
</style>