Shades of Raw Umber #825202
Tints of Raw Umber #825202
RGB
CMYK
RGB Variations
Color information
#825202 (or 0x825202) is known color: Raw Umber. HEX triplet: 82, 52 and 02. RGB value is (130,82,2). Sum of RGB (Red+Green+Blue) = 130+82+2=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #825202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825202 is #7DADFD. Grayscale: #575757. Windows color (decimal): -8236542 or 152194. OLE color: 152194.
HSL color Cylindrical-coordinate representation of color #825202: hue angle of 37.5º 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 #825202 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 2 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.49 |
| HSL | 37.5º | 0.97% | 0.26% | - |
| HSV(B) | 37.5º | 0.98% | 0.51% | - |
| XYZ | 12.23 | 10.78 | 1.49 | - |
| YUV | 87.23 | 79.9 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 2 | 0 | 0.37 | 0.98 | 0.49 | 37.5 | 0.97 | 0.26 |
| Hex | 82 | 52 | 2 | 0 | 25 | 62 | 31 | 26 | 61 | 1A |
| Octal | 202 | 122 | 2 | 0 | 45 | 142 | 61 | 46 | 141 | 32 |
| Binary | 10000010 | 1010010 | 10 | 0 | 100101 | 1100010 | 110001 | 100110 | 1100001 | 11010 |
Color Harmonies of #825202
Complementary color
Monochromatic Colors of #825202
Black with #825202
Text Example
Text Example
White with #825202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825202; }
p { color: rgb(130,82,2); }
H1.HeaderClassName
{
color: #825202;
}
.AnyTagClassName
{
color: #825202;
}
</style>
background-color css
<style>
a { background-color: #825202; }
a { background-color: rgb(130,82,2); }
div.DivClassName
{
background-color: #825202;
}
.BgClassName
{
background-color: #825202;
}
</style>
border-color css
<style>
span { border-color: #825202; }
span { border-color: rgb(130,82,2); }
td.TdClassName
{
border-color: #825202;
}
.TagClassName
{
border-color: #825202;
}
</style>