Shades of Raw Umber #815200
Tints of Raw Umber #815200
RGB
CMYK
RGB Variations
Color information
#815200 (or 0x815200) is known color: Raw Umber. HEX triplet: 81, 52 and 00. RGB value is (129,82,0). Sum of RGB (Red+Green+Blue) = 129+82+0=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #815200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #815200 is #7EADFF. Grayscale: #575757. Windows color (decimal): -8302080 or 21121. OLE color: 21121.
HSL color Cylindrical-coordinate representation of color #815200: hue angle of 38.14º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #815200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 82 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.49 |
| HSL | 38.14º | 1% | 0.25% | - |
| HSV(B) | 38.14º | 1% | 0.51% | - |
| XYZ | 12.07 | 10.7 | 1.43 | - |
| YUV | 86.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 0 | 0 | 0.36 | 1 | 0.49 | 38.14 | 1 | 0.25 |
| Hex | 81 | 52 | 0 | 0 | 24 | 64 | 31 | 26 | 64 | 19 |
| Octal | 201 | 122 | 0 | 0 | 44 | 144 | 61 | 46 | 144 | 31 |
| Binary | 10000001 | 1010010 | 0 | 0 | 100100 | 1100100 | 110001 | 100110 | 1100100 | 11001 |
Color Harmonies of #815200
Complementary color
Monochromatic Colors of #815200
Black with #815200
Text Example
Text Example
White with #815200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815200; }
p { color: rgb(129,82,0); }
H1.HeaderClassName
{
color: #815200;
}
.AnyTagClassName
{
color: #815200;
}
</style>
background-color css
<style>
a { background-color: #815200; }
a { background-color: rgb(129,82,0); }
div.DivClassName
{
background-color: #815200;
}
.BgClassName
{
background-color: #815200;
}
</style>
border-color css
<style>
span { border-color: #815200; }
span { border-color: rgb(129,82,0); }
td.TdClassName
{
border-color: #815200;
}
.TagClassName
{
border-color: #815200;
}
</style>