Shades of Raw Umber #825903
Tints of Raw Umber #825903
RGB
CMYK
RGB Variations
Color information
#825903 (or 0x825903) is known color: Raw Umber. HEX triplet: 82, 59 and 03. RGB value is (130,89,3). Sum of RGB (Red+Green+Blue) = 130+89+3=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #825903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825903 is #7DA6FC. Grayscale: #5B5B5B. Windows color (decimal): -8234749 or 219522. OLE color: 219522.
HSL color Cylindrical-coordinate representation of color #825903: hue angle of 40.63º degrees, saturation: 0.95, 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 #825903 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 89 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.49 |
| HSL | 40.63º | 0.95% | 0.26% | - |
| HSV(B) | 40.63º | 0.98% | 0.51% | - |
| XYZ | 12.79 | 11.9 | 1.71 | - |
| YUV | 91.46 | 78.08 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 3 | 0 | 0.32 | 0.98 | 0.49 | 40.63 | 0.95 | 0.26 |
| Hex | 82 | 59 | 3 | 0 | 20 | 62 | 31 | 29 | 5F | 1A |
| Octal | 202 | 131 | 3 | 0 | 40 | 142 | 61 | 51 | 137 | 32 |
| Binary | 10000010 | 1011001 | 11 | 0 | 100000 | 1100010 | 110001 | 101001 | 1011111 | 11010 |
Color Harmonies of #825903
Complementary color
Monochromatic Colors of #825903
Black with #825903
Text Example
Text Example
White with #825903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825903; }
p { color: rgb(130,89,3); }
H1.HeaderClassName
{
color: #825903;
}
.AnyTagClassName
{
color: #825903;
}
</style>
background-color css
<style>
a { background-color: #825903; }
a { background-color: rgb(130,89,3); }
div.DivClassName
{
background-color: #825903;
}
.BgClassName
{
background-color: #825903;
}
</style>
border-color css
<style>
span { border-color: #825903; }
span { border-color: rgb(130,89,3); }
td.TdClassName
{
border-color: #825903;
}
.TagClassName
{
border-color: #825903;
}
</style>