Shades of Raw Umber #824905
Tints of Raw Umber #824905
RGB
CMYK
RGB Variations
Color information
#824905 (or 0x824905) is known color: Raw Umber. HEX triplet: 82, 49 and 05. RGB value is (130,73,5). Sum of RGB (Red+Green+Blue) = 130+73+5=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #824905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824905 is #7DB6FA. Grayscale: #525252. Windows color (decimal): -8238843 or 346498. OLE color: 346498.
HSL color Cylindrical-coordinate representation of color #824905: hue angle of 32.64º 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 #824905 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 5 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.49 |
| HSL | 32.64º | 0.93% | 0.26% | - |
| HSV(B) | 32.64º | 0.96% | 0.51% | - |
| XYZ | 11.62 | 9.52 | 1.37 | - |
| YUV | 82.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 5 | 0 | 0.44 | 0.96 | 0.49 | 32.64 | 0.93 | 0.26 |
| Hex | 82 | 49 | 5 | 0 | 2C | 60 | 31 | 21 | 5D | 1A |
| Octal | 202 | 111 | 5 | 0 | 54 | 140 | 61 | 41 | 135 | 32 |
| Binary | 10000010 | 1001001 | 101 | 0 | 101100 | 1100000 | 110001 | 100001 | 1011101 | 11010 |
Color Harmonies of #824905
Complementary color
Monochromatic Colors of #824905
Black with #824905
Text Example
Text Example
White with #824905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824905; }
p { color: rgb(130,73,5); }
H1.HeaderClassName
{
color: #824905;
}
.AnyTagClassName
{
color: #824905;
}
</style>
background-color css
<style>
a { background-color: #824905; }
a { background-color: rgb(130,73,5); }
div.DivClassName
{
background-color: #824905;
}
.BgClassName
{
background-color: #824905;
}
</style>
border-color css
<style>
span { border-color: #824905; }
span { border-color: rgb(130,73,5); }
td.TdClassName
{
border-color: #824905;
}
.TagClassName
{
border-color: #824905;
}
</style>