Shades of Raw Umber #825600
Tints of Raw Umber #825600
RGB
CMYK
RGB Variations
Color information
#825600 (or 0x825600) is known color: Raw Umber. HEX triplet: 82, 56 and 00. RGB value is (130,86,0). Sum of RGB (Red+Green+Blue) = 130+86+0=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #825600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825600 is #7DA9FF. Grayscale: #595959. Windows color (decimal): -8235520 or 22146. OLE color: 22146.
HSL color Cylindrical-coordinate representation of color #825600: hue angle of 39.69º 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 #825600 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.49 |
| HSL | 39.69º | 1% | 0.25% | - |
| HSV(B) | 39.69º | 1% | 0.51% | - |
| XYZ | 12.53 | 11.4 | 1.54 | - |
| YUV | 89.35 | 77.58 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 0 | 0 | 0.34 | 1 | 0.49 | 39.69 | 1 | 0.25 |
| Hex | 82 | 56 | 0 | 0 | 22 | 64 | 31 | 28 | 64 | 19 |
| Octal | 202 | 126 | 0 | 0 | 42 | 144 | 61 | 50 | 144 | 31 |
| Binary | 10000010 | 1010110 | 0 | 0 | 100010 | 1100100 | 110001 | 101000 | 1100100 | 11001 |
Color Harmonies of #825600
Complementary color
Monochromatic Colors of #825600
Black with #825600
Text Example
Text Example
White with #825600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825600; }
p { color: rgb(130,86,0); }
H1.HeaderClassName
{
color: #825600;
}
.AnyTagClassName
{
color: #825600;
}
</style>
background-color css
<style>
a { background-color: #825600; }
a { background-color: rgb(130,86,0); }
div.DivClassName
{
background-color: #825600;
}
.BgClassName
{
background-color: #825600;
}
</style>
border-color css
<style>
span { border-color: #825600; }
span { border-color: rgb(130,86,0); }
td.TdClassName
{
border-color: #825600;
}
.TagClassName
{
border-color: #825600;
}
</style>