Shades of Raw Umber #825A04
Tints of Raw Umber #825A04
RGB
CMYK
RGB Variations
Color information
#825A04 (or 0x825A04) is known color: Raw Umber. HEX triplet: 82, 5A and 04. RGB value is (130,90,4). Sum of RGB (Red+Green+Blue) = 130+90+4=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A04 is #7DA5FB. Grayscale: #5C5C5C. Windows color (decimal): -8234492 or 285314. OLE color: 285314.
HSL color Cylindrical-coordinate representation of color #825A04: hue angle of 40.95º 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 #825A04 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 90 | 4 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.49 |
| HSL | 40.95º | 0.94% | 0.26% | - |
| HSV(B) | 40.95º | 0.97% | 0.51% | - |
| XYZ | 12.88 | 12.07 | 1.76 | - |
| YUV | 92.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 4 | 0 | 0.31 | 0.97 | 0.49 | 40.95 | 0.94 | 0.26 |
| Hex | 82 | 5A | 4 | 0 | 1F | 61 | 31 | 29 | 5E | 1A |
| Octal | 202 | 132 | 4 | 0 | 37 | 141 | 61 | 51 | 136 | 32 |
| Binary | 10000010 | 1011010 | 100 | 0 | 11111 | 1100001 | 110001 | 101001 | 1011110 | 11010 |
Color Harmonies of #825A04
Complementary color
Monochromatic Colors of #825A04
Black with #825A04
Text Example
Text Example
White with #825A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825A04; }
p { color: rgb(130,90,4); }
H1.HeaderClassName
{
color: #825A04;
}
.AnyTagClassName
{
color: #825A04;
}
</style>
background-color css
<style>
a { background-color: #825A04; }
a { background-color: rgb(130,90,4); }
div.DivClassName
{
background-color: #825A04;
}
.BgClassName
{
background-color: #825A04;
}
</style>
border-color css
<style>
span { border-color: #825A04; }
span { border-color: rgb(130,90,4); }
td.TdClassName
{
border-color: #825A04;
}
.TagClassName
{
border-color: #825A04;
}
</style>