Shades of Raw Umber #825C04
Tints of Raw Umber #825C04
RGB
CMYK
RGB Variations
Color information
#825C04 (or 0x825C04) is known color: Raw Umber. HEX triplet: 82, 5C and 04. RGB value is (130,92,4). Sum of RGB (Red+Green+Blue) = 130+92+4=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #825C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C04 is #7DA3FB. Grayscale: #5D5D5D. Windows color (decimal): -8233980 or 285826. OLE color: 285826.
HSL color Cylindrical-coordinate representation of color #825C04: hue angle of 41.9º 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 #825C04 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 92 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.49 |
| HSL | 41.9º | 0.94% | 0.26% | - |
| HSV(B) | 41.9º | 0.97% | 0.51% | - |
| XYZ | 13.05 | 12.41 | 1.82 | - |
| YUV | 93.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 4 | 0 | 0.29 | 0.97 | 0.49 | 41.9 | 0.94 | 0.26 |
| Hex | 82 | 5C | 4 | 0 | 1D | 61 | 31 | 2A | 5E | 1A |
| Octal | 202 | 134 | 4 | 0 | 35 | 141 | 61 | 52 | 136 | 32 |
| Binary | 10000010 | 1011100 | 100 | 0 | 11101 | 1100001 | 110001 | 101010 | 1011110 | 11010 |
Color Harmonies of #825C04
Complementary color
Monochromatic Colors of #825C04
Black with #825C04
Text Example
Text Example
White with #825C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825C04; }
p { color: rgb(130,92,4); }
H1.HeaderClassName
{
color: #825C04;
}
.AnyTagClassName
{
color: #825C04;
}
</style>
background-color css
<style>
a { background-color: #825C04; }
a { background-color: rgb(130,92,4); }
div.DivClassName
{
background-color: #825C04;
}
.BgClassName
{
background-color: #825C04;
}
</style>
border-color css
<style>
span { border-color: #825C04; }
span { border-color: rgb(130,92,4); }
td.TdClassName
{
border-color: #825C04;
}
.TagClassName
{
border-color: #825C04;
}
</style>