Shades of Raw Umber #80520F
Tints of Raw Umber #80520F
RGB
CMYK
RGB Variations
Color information
#80520F (or 0x80520F) is known color: Raw Umber. HEX triplet: 80, 52 and 0F. RGB value is (128,82,15). Sum of RGB (Red+Green+Blue) = 128+82+15=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80520F is #7FADF0. Grayscale: #585858. Windows color (decimal): -8367601 or 1004160. OLE color: 1004160.
HSL color Cylindrical-coordinate representation of color #80520F: hue angle of 35.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80520F is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 15 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.50 |
| HSL | 35.58º | 0.79% | 0.28% | - |
| HSV(B) | 35.58º | 0.88% | 0.5% | - |
| XYZ | 12.01 | 10.66 | 1.88 | - |
| YUV | 88.12 | 86.74 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 15 | 0 | 0.36 | 0.88 | 0.50 | 35.58 | 0.79 | 0.28 |
| Hex | 80 | 52 | F | 0 | 24 | 58 | 32 | 24 | 4F | 1C |
| Octal | 200 | 122 | 17 | 0 | 44 | 130 | 62 | 44 | 117 | 34 |
| Binary | 10000000 | 1010010 | 1111 | 0 | 100100 | 1011000 | 110010 | 100100 | 1001111 | 11100 |
Color Harmonies of #80520F
Complementary color
Monochromatic Colors of #80520F
Black with #80520F
Text Example
Text Example
White with #80520F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80520F; }
p { color: rgb(128,82,15); }
H1.HeaderClassName
{
color: #80520F;
}
.AnyTagClassName
{
color: #80520F;
}
</style>
background-color css
<style>
a { background-color: #80520F; }
a { background-color: rgb(128,82,15); }
div.DivClassName
{
background-color: #80520F;
}
.BgClassName
{
background-color: #80520F;
}
</style>
border-color css
<style>
span { border-color: #80520F; }
span { border-color: rgb(128,82,15); }
td.TdClassName
{
border-color: #80520F;
}
.TagClassName
{
border-color: #80520F;
}
</style>