Shades of Raw Umber #825E00
Tints of Raw Umber #825E00
RGB
CMYK
RGB Variations
Color information
#825E00 (or 0x825E00) is known color: Raw Umber. HEX triplet: 82, 5E and 00. RGB value is (130,94,0). Sum of RGB (Red+Green+Blue) = 130+94+0=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825E00 is #7DA1FF. Grayscale: #5E5E5E. Windows color (decimal): -8233472 or 24194. OLE color: 24194.
HSL color Cylindrical-coordinate representation of color #825E00: hue angle of 43.38º 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 #825E00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 94 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.49 |
| HSL | 43.38º | 1% | 0.25% | - |
| HSV(B) | 43.38º | 1% | 0.51% | - |
| XYZ | 13.21 | 12.75 | 1.77 | - |
| YUV | 94.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 0 | 0 | 0.28 | 1 | 0.49 | 43.38 | 1 | 0.25 |
| Hex | 82 | 5E | 0 | 0 | 1C | 64 | 31 | 2B | 64 | 19 |
| Octal | 202 | 136 | 0 | 0 | 34 | 144 | 61 | 53 | 144 | 31 |
| Binary | 10000010 | 1011110 | 0 | 0 | 11100 | 1100100 | 110001 | 101011 | 1100100 | 11001 |
Color Harmonies of #825E00
Complementary color
Monochromatic Colors of #825E00
Black with #825E00
Text Example
Text Example
White with #825E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825E00; }
p { color: rgb(130,94,0); }
H1.HeaderClassName
{
color: #825E00;
}
.AnyTagClassName
{
color: #825E00;
}
</style>
background-color css
<style>
a { background-color: #825E00; }
a { background-color: rgb(130,94,0); }
div.DivClassName
{
background-color: #825E00;
}
.BgClassName
{
background-color: #825E00;
}
</style>
border-color css
<style>
span { border-color: #825E00; }
span { border-color: rgb(130,94,0); }
td.TdClassName
{
border-color: #825E00;
}
.TagClassName
{
border-color: #825E00;
}
</style>