Shades of Raw Umber #825402
Tints of Raw Umber #825402
RGB
CMYK
RGB Variations
Color information
#825402 (or 0x825402) is known color: Raw Umber. HEX triplet: 82, 54 and 02. RGB value is (130,84,2). Sum of RGB (Red+Green+Blue) = 130+84+2=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #825402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825402 is #7DABFD. Grayscale: #585858. Windows color (decimal): -8236030 or 152706. OLE color: 152706.
HSL color Cylindrical-coordinate representation of color #825402: hue angle of 38.44º 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 #825402 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 84 | 2 | - |
| CMYK | 0 | 0.35 | 0.98 | 0.49 |
| HSL | 38.44º | 0.97% | 0.26% | - |
| HSV(B) | 38.44º | 0.98% | 0.51% | - |
| XYZ | 12.39 | 11.09 | 1.55 | - |
| YUV | 88.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 84 | 2 | 0 | 0.35 | 0.98 | 0.49 | 38.44 | 0.97 | 0.26 |
| Hex | 82 | 54 | 2 | 0 | 23 | 62 | 31 | 26 | 61 | 1A |
| Octal | 202 | 124 | 2 | 0 | 43 | 142 | 61 | 46 | 141 | 32 |
| Binary | 10000010 | 1010100 | 10 | 0 | 100011 | 1100010 | 110001 | 100110 | 1100001 | 11010 |
Color Harmonies of #825402
Complementary color
Monochromatic Colors of #825402
Black with #825402
Text Example
Text Example
White with #825402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825402; }
p { color: rgb(130,84,2); }
H1.HeaderClassName
{
color: #825402;
}
.AnyTagClassName
{
color: #825402;
}
</style>
background-color css
<style>
a { background-color: #825402; }
a { background-color: rgb(130,84,2); }
div.DivClassName
{
background-color: #825402;
}
.BgClassName
{
background-color: #825402;
}
</style>
border-color css
<style>
span { border-color: #825402; }
span { border-color: rgb(130,84,2); }
td.TdClassName
{
border-color: #825402;
}
.TagClassName
{
border-color: #825402;
}
</style>