Shades of Raw Umber #82520B
Tints of Raw Umber #82520B
RGB
CMYK
RGB Variations
Color information
#82520B (or 0x82520B) is known color: Raw Umber. HEX triplet: 82, 52 and 0B. RGB value is (130,82,11). Sum of RGB (Red+Green+Blue) = 130+82+11=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82520B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82520B is #7DADF4. Grayscale: #585858. Windows color (decimal): -8236533 or 742018. OLE color: 742018.
HSL color Cylindrical-coordinate representation of color #82520B: hue angle of 35.8º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82520B is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 82 | 11 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.49 |
| HSL | 35.8º | 0.84% | 0.28% | - |
| HSV(B) | 35.8º | 0.92% | 0.51% | - |
| XYZ | 12.28 | 10.8 | 1.75 | - |
| YUV | 88.26 | 84.4 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 11 | 0 | 0.37 | 0.92 | 0.49 | 35.8 | 0.84 | 0.28 |
| Hex | 82 | 52 | B | 0 | 25 | 5C | 31 | 24 | 54 | 1C |
| Octal | 202 | 122 | 13 | 0 | 45 | 134 | 61 | 44 | 124 | 34 |
| Binary | 10000010 | 1010010 | 1011 | 0 | 100101 | 1011100 | 110001 | 100100 | 1010100 | 11100 |
Color Harmonies of #82520B
Complementary color
Monochromatic Colors of #82520B
Black with #82520B
Text Example
Text Example
White with #82520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82520B; }
p { color: rgb(130,82,11); }
H1.HeaderClassName
{
color: #82520B;
}
.AnyTagClassName
{
color: #82520B;
}
</style>
background-color css
<style>
a { background-color: #82520B; }
a { background-color: rgb(130,82,11); }
div.DivClassName
{
background-color: #82520B;
}
.BgClassName
{
background-color: #82520B;
}
</style>
border-color css
<style>
span { border-color: #82520B; }
span { border-color: rgb(130,82,11); }
td.TdClassName
{
border-color: #82520B;
}
.TagClassName
{
border-color: #82520B;
}
</style>