Shades of Raw Umber #825404
Tints of Raw Umber #825404
RGB
CMYK
RGB Variations
Color information
#825404 (or 0x825404) is known color: Raw Umber. HEX triplet: 82, 54 and 04. RGB value is (130,84,4). Sum of RGB (Red+Green+Blue) = 130+84+4=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825404 is #7DABFB. Grayscale: #595959. Windows color (decimal): -8236028 or 283778. OLE color: 283778.
HSL color Cylindrical-coordinate representation of color #825404: hue angle of 38.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #825404 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 4 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.49 |
| HSL | 38.1º | 0.94% | 0.26% | - |
| HSV(B) | 38.1º | 0.97% | 0.51% | - |
| XYZ | 12.4 | 11.1 | 1.6 | - |
| YUV | 88.63 | 80.24 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 4 | 0 | 0.35 | 0.97 | 0.49 | 38.1 | 0.94 | 0.26 |
| Hex | 82 | 54 | 4 | 0 | 23 | 61 | 31 | 26 | 5E | 1A |
| Octal | 202 | 124 | 4 | 0 | 43 | 141 | 61 | 46 | 136 | 32 |
| Binary | 10000010 | 1010100 | 100 | 0 | 100011 | 1100001 | 110001 | 100110 | 1011110 | 11010 |
Color Harmonies of #825404
Complementary color
Monochromatic Colors of #825404
Black with #825404
Text Example
Text Example
White with #825404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825404; }
p { color: rgb(130,84,4); }
H1.HeaderClassName
{
color: #825404;
}
.AnyTagClassName
{
color: #825404;
}
</style>
background-color css
<style>
a { background-color: #825404; }
a { background-color: rgb(130,84,4); }
div.DivClassName
{
background-color: #825404;
}
.BgClassName
{
background-color: #825404;
}
</style>
border-color css
<style>
span { border-color: #825404; }
span { border-color: rgb(130,84,4); }
td.TdClassName
{
border-color: #825404;
}
.TagClassName
{
border-color: #825404;
}
</style>