Shades of Raw Umber #824D04
Tints of Raw Umber #824D04
RGB
CMYK
RGB Variations
Color information
#824D04 (or 0x824D04) is known color: Raw Umber. HEX triplet: 82, 4D and 04. RGB value is (130,77,4). Sum of RGB (Red+Green+Blue) = 130+77+4=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D04 is #7DB2FB. Grayscale: #545454. Windows color (decimal): -8237820 or 281986. OLE color: 281986.
HSL color Cylindrical-coordinate representation of color #824D04: hue angle of 34.76º 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 #824D04 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 4 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.49 |
| HSL | 34.76º | 0.94% | 0.26% | - |
| HSV(B) | 34.76º | 0.97% | 0.51% | - |
| XYZ | 11.88 | 10.06 | 1.43 | - |
| YUV | 84.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 4 | 0 | 0.41 | 0.97 | 0.49 | 34.76 | 0.94 | 0.26 |
| Hex | 82 | 4D | 4 | 0 | 29 | 61 | 31 | 23 | 5E | 1A |
| Octal | 202 | 115 | 4 | 0 | 51 | 141 | 61 | 43 | 136 | 32 |
| Binary | 10000010 | 1001101 | 100 | 0 | 101001 | 1100001 | 110001 | 100011 | 1011110 | 11010 |
Color Harmonies of #824D04
Complementary color
Monochromatic Colors of #824D04
Black with #824D04
Text Example
Text Example
White with #824D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D04; }
p { color: rgb(130,77,4); }
H1.HeaderClassName
{
color: #824D04;
}
.AnyTagClassName
{
color: #824D04;
}
</style>
background-color css
<style>
a { background-color: #824D04; }
a { background-color: rgb(130,77,4); }
div.DivClassName
{
background-color: #824D04;
}
.BgClassName
{
background-color: #824D04;
}
</style>
border-color css
<style>
span { border-color: #824D04; }
span { border-color: rgb(130,77,4); }
td.TdClassName
{
border-color: #824D04;
}
.TagClassName
{
border-color: #824D04;
}
</style>