Shades of Raw Umber #825302
Tints of Raw Umber #825302
RGB
CMYK
RGB Variations
Color information
#825302 (or 0x825302) is known color: Raw Umber. HEX triplet: 82, 53 and 02. RGB value is (130,83,2). Sum of RGB (Red+Green+Blue) = 130+83+2=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #825302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825302 is #7DACFD. Grayscale: #585858. Windows color (decimal): -8236286 or 152450. OLE color: 152450.
HSL color Cylindrical-coordinate representation of color #825302: hue angle of 37.97º 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 #825302 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 83 | 2 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.49 |
| HSL | 37.97º | 0.97% | 0.26% | - |
| HSV(B) | 37.97º | 0.98% | 0.51% | - |
| XYZ | 12.31 | 10.94 | 1.52 | - |
| YUV | 87.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 2 | 0 | 0.36 | 0.98 | 0.49 | 37.97 | 0.97 | 0.26 |
| Hex | 82 | 53 | 2 | 0 | 24 | 62 | 31 | 26 | 61 | 1A |
| Octal | 202 | 123 | 2 | 0 | 44 | 142 | 61 | 46 | 141 | 32 |
| Binary | 10000010 | 1010011 | 10 | 0 | 100100 | 1100010 | 110001 | 100110 | 1100001 | 11010 |
Color Harmonies of #825302
Complementary color
Monochromatic Colors of #825302
Black with #825302
Text Example
Text Example
White with #825302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825302; }
p { color: rgb(130,83,2); }
H1.HeaderClassName
{
color: #825302;
}
.AnyTagClassName
{
color: #825302;
}
</style>
background-color css
<style>
a { background-color: #825302; }
a { background-color: rgb(130,83,2); }
div.DivClassName
{
background-color: #825302;
}
.BgClassName
{
background-color: #825302;
}
</style>
border-color css
<style>
span { border-color: #825302; }
span { border-color: rgb(130,83,2); }
td.TdClassName
{
border-color: #825302;
}
.TagClassName
{
border-color: #825302;
}
</style>