Shades of Raw Umber #82520C
Tints of Raw Umber #82520C
RGB
CMYK
RGB Variations
Color information
#82520C (or 0x82520C) is known color: Raw Umber. HEX triplet: 82, 52 and 0C. RGB value is (130,82,12). Sum of RGB (Red+Green+Blue) = 130+82+12=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #82520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82520C is #7DADF3. Grayscale: #585858. Windows color (decimal): -8236532 or 807554. OLE color: 807554.
HSL color Cylindrical-coordinate representation of color #82520C: hue angle of 35.59º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82520C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 12 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.49 |
| HSL | 35.59º | 0.83% | 0.28% | - |
| HSV(B) | 35.59º | 0.91% | 0.51% | - |
| XYZ | 12.29 | 10.81 | 1.79 | - |
| YUV | 88.37 | 84.9 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 12 | 0 | 0.37 | 0.91 | 0.49 | 35.59 | 0.83 | 0.28 |
| Hex | 82 | 52 | C | 0 | 25 | 5B | 31 | 24 | 53 | 1C |
| Octal | 202 | 122 | 14 | 0 | 45 | 133 | 61 | 44 | 123 | 34 |
| Binary | 10000010 | 1010010 | 1100 | 0 | 100101 | 1011011 | 110001 | 100100 | 1010011 | 11100 |
Color Harmonies of #82520C
Complementary color
Monochromatic Colors of #82520C
Black with #82520C
Text Example
Text Example
White with #82520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82520C; }
p { color: rgb(130,82,12); }
H1.HeaderClassName
{
color: #82520C;
}
.AnyTagClassName
{
color: #82520C;
}
</style>
background-color css
<style>
a { background-color: #82520C; }
a { background-color: rgb(130,82,12); }
div.DivClassName
{
background-color: #82520C;
}
.BgClassName
{
background-color: #82520C;
}
</style>
border-color css
<style>
span { border-color: #82520C; }
span { border-color: rgb(130,82,12); }
td.TdClassName
{
border-color: #82520C;
}
.TagClassName
{
border-color: #82520C;
}
</style>