Shades of Raw Umber #795215
Tints of Raw Umber #795215
RGB
CMYK
RGB Variations
Color information
#795215 (or 0x795215) is known color: Raw Umber. HEX triplet: 79, 52 and 15. RGB value is (121,82,21). Sum of RGB (Red+Green+Blue) = 121+82+21=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #795215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795215 is #86ADEA. Grayscale: #565656. Windows color (decimal): -8826347 or 1397369. OLE color: 1397369.
HSL color Cylindrical-coordinate representation of color #795215: hue angle of 36.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #795215 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 82 | 21 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.53 |
| HSL | 36.6º | 0.7% | 0.28% | - |
| HSV(B) | 36.6º | 0.83% | 0.47% | - |
| XYZ | 11.04 | 10.15 | 2.09 | - |
| YUV | 86.71 | 90.92 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 82 | 21 | 0 | 0.32 | 0.83 | 0.53 | 36.6 | 0.7 | 0.28 |
| Hex | 79 | 52 | 15 | 0 | 20 | 53 | 35 | 25 | 46 | 1C |
| Octal | 171 | 122 | 25 | 0 | 40 | 123 | 65 | 45 | 106 | 34 |
| Binary | 1111001 | 1010010 | 10101 | 0 | 100000 | 1010011 | 110101 | 100101 | 1000110 | 11100 |
Color Harmonies of #795215
Complementary color
Monochromatic Colors of #795215
Black with #795215
Text Example
Text Example
White with #795215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795215; }
p { color: rgb(121,82,21); }
H1.HeaderClassName
{
color: #795215;
}
.AnyTagClassName
{
color: #795215;
}
</style>
background-color css
<style>
a { background-color: #795215; }
a { background-color: rgb(121,82,21); }
div.DivClassName
{
background-color: #795215;
}
.BgClassName
{
background-color: #795215;
}
</style>
border-color css
<style>
span { border-color: #795215; }
span { border-color: rgb(121,82,21); }
td.TdClassName
{
border-color: #795215;
}
.TagClassName
{
border-color: #795215;
}
</style>