Shades of Raw Umber #825902
Tints of Raw Umber #825902
RGB
CMYK
RGB Variations
Color information
#825902 (or 0x825902) is known color: Raw Umber. HEX triplet: 82, 59 and 02. RGB value is (130,89,2). Sum of RGB (Red+Green+Blue) = 130+89+2=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 2 (1.17% from 255 or 0.90% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825902 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825902 is #7DA6FD. Grayscale: #5B5B5B. Windows color (decimal): -8234750 or 153986. OLE color: 153986.
HSL color Cylindrical-coordinate representation of color #825902: hue angle of 40.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #825902 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.49 |
| HSL | 40.78º | 0.97% | 0.26% | - |
| HSV(B) | 40.78º | 0.98% | 0.51% | - |
| XYZ | 12.79 | 11.89 | 1.68 | - |
| YUV | 91.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 2 | 0 | 0.32 | 0.98 | 0.49 | 40.78 | 0.97 | 0.26 |
| Hex | 82 | 59 | 2 | 0 | 20 | 62 | 31 | 29 | 61 | 1A |
| Octal | 202 | 131 | 2 | 0 | 40 | 142 | 61 | 51 | 141 | 32 |
| Binary | 10000010 | 1011001 | 10 | 0 | 100000 | 1100010 | 110001 | 101001 | 1100001 | 11010 |
Color Harmonies of #825902
Complementary color
Monochromatic Colors of #825902
Black with #825902
Text Example
Text Example
White with #825902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825902; }
p { color: rgb(130,89,2); }
H1.HeaderClassName
{
color: #825902;
}
.AnyTagClassName
{
color: #825902;
}
</style>
background-color css
<style>
a { background-color: #825902; }
a { background-color: rgb(130,89,2); }
div.DivClassName
{
background-color: #825902;
}
.BgClassName
{
background-color: #825902;
}
</style>
border-color css
<style>
span { border-color: #825902; }
span { border-color: rgb(130,89,2); }
td.TdClassName
{
border-color: #825902;
}
.TagClassName
{
border-color: #825902;
}
</style>