Shades of Raw Umber #825901
Tints of Raw Umber #825901
RGB
CMYK
RGB Variations
Color information
#825901 (or 0x825901) is known color: Raw Umber. HEX triplet: 82, 59 and 01. RGB value is (130,89,1). Sum of RGB (Red+Green+Blue) = 130+89+1=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825901 is #7DA6FE. Grayscale: #5B5B5B. Windows color (decimal): -8234751 or 88450. OLE color: 88450.
HSL color Cylindrical-coordinate representation of color #825901: hue angle of 40.93º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #825901 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 1 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.49 |
| HSL | 40.93º | 0.98% | 0.26% | - |
| HSV(B) | 40.93º | 0.99% | 0.51% | - |
| XYZ | 12.78 | 11.89 | 1.65 | - |
| YUV | 91.23 | 77.08 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 1 | 0 | 0.32 | 0.99 | 0.49 | 40.93 | 0.98 | 0.26 |
| Hex | 82 | 59 | 1 | 0 | 20 | 63 | 31 | 29 | 62 | 1A |
| Octal | 202 | 131 | 1 | 0 | 40 | 143 | 61 | 51 | 142 | 32 |
| Binary | 10000010 | 1011001 | 1 | 0 | 100000 | 1100011 | 110001 | 101001 | 1100010 | 11010 |
Color Harmonies of #825901
Complementary color
Monochromatic Colors of #825901
Black with #825901
Text Example
Text Example
White with #825901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825901; }
p { color: rgb(130,89,1); }
H1.HeaderClassName
{
color: #825901;
}
.AnyTagClassName
{
color: #825901;
}
</style>
background-color css
<style>
a { background-color: #825901; }
a { background-color: rgb(130,89,1); }
div.DivClassName
{
background-color: #825901;
}
.BgClassName
{
background-color: #825901;
}
</style>
border-color css
<style>
span { border-color: #825901; }
span { border-color: rgb(130,89,1); }
td.TdClassName
{
border-color: #825901;
}
.TagClassName
{
border-color: #825901;
}
</style>