Shades of Raw Umber #825D00
Tints of Raw Umber #825D00
RGB
CMYK
RGB Variations
Color information
#825D00 (or 0x825D00) is known color: Raw Umber. HEX triplet: 82, 5D and 00. RGB value is (130,93,0). Sum of RGB (Red+Green+Blue) = 130+93+0=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #825D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D00 is #7DA2FF. Grayscale: #5D5D5D. Windows color (decimal): -8233728 or 23938. OLE color: 23938.
HSL color Cylindrical-coordinate representation of color #825D00: hue angle of 42.92º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825D00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 93 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.49 |
| HSL | 42.92º | 1% | 0.25% | - |
| HSV(B) | 42.92º | 1% | 0.51% | - |
| XYZ | 13.12 | 12.57 | 1.74 | - |
| YUV | 93.46 | 75.26 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 0 | 0 | 0.28 | 1 | 0.49 | 42.92 | 1 | 0.25 |
| Hex | 82 | 5D | 0 | 0 | 1C | 64 | 31 | 2B | 64 | 19 |
| Octal | 202 | 135 | 0 | 0 | 34 | 144 | 61 | 53 | 144 | 31 |
| Binary | 10000010 | 1011101 | 0 | 0 | 11100 | 1100100 | 110001 | 101011 | 1100100 | 11001 |
Color Harmonies of #825D00
Complementary color
Monochromatic Colors of #825D00
Black with #825D00
Text Example
Text Example
White with #825D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D00; }
p { color: rgb(130,93,0); }
H1.HeaderClassName
{
color: #825D00;
}
.AnyTagClassName
{
color: #825D00;
}
</style>
background-color css
<style>
a { background-color: #825D00; }
a { background-color: rgb(130,93,0); }
div.DivClassName
{
background-color: #825D00;
}
.BgClassName
{
background-color: #825D00;
}
</style>
border-color css
<style>
span { border-color: #825D00; }
span { border-color: rgb(130,93,0); }
td.TdClassName
{
border-color: #825D00;
}
.TagClassName
{
border-color: #825D00;
}
</style>