Shades of Raw Umber #825703
Tints of Raw Umber #825703
RGB
CMYK
RGB Variations
Color information
#825703 (or 0x825703) is known color: Raw Umber. HEX triplet: 82, 57 and 03. RGB value is (130,87,3). Sum of RGB (Red+Green+Blue) = 130+87+3=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825703 is #7DA8FC. Grayscale: #5A5A5A. Windows color (decimal): -8235261 or 219010. OLE color: 219010.
HSL color Cylindrical-coordinate representation of color #825703: hue angle of 39.69º 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 #825703 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 87 | 3 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.49 |
| HSL | 39.69º | 0.95% | 0.26% | - |
| HSV(B) | 39.69º | 0.98% | 0.51% | - |
| XYZ | 12.63 | 11.57 | 1.65 | - |
| YUV | 90.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 3 | 0 | 0.33 | 0.98 | 0.49 | 39.69 | 0.95 | 0.26 |
| Hex | 82 | 57 | 3 | 0 | 21 | 62 | 31 | 28 | 5F | 1A |
| Octal | 202 | 127 | 3 | 0 | 41 | 142 | 61 | 50 | 137 | 32 |
| Binary | 10000010 | 1010111 | 11 | 0 | 100001 | 1100010 | 110001 | 101000 | 1011111 | 11010 |
Color Harmonies of #825703
Complementary color
Monochromatic Colors of #825703
Black with #825703
Text Example
Text Example
White with #825703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825703; }
p { color: rgb(130,87,3); }
H1.HeaderClassName
{
color: #825703;
}
.AnyTagClassName
{
color: #825703;
}
</style>
background-color css
<style>
a { background-color: #825703; }
a { background-color: rgb(130,87,3); }
div.DivClassName
{
background-color: #825703;
}
.BgClassName
{
background-color: #825703;
}
</style>
border-color css
<style>
span { border-color: #825703; }
span { border-color: rgb(130,87,3); }
td.TdClassName
{
border-color: #825703;
}
.TagClassName
{
border-color: #825703;
}
</style>