Shades of Raw Umber #795513
Tints of Raw Umber #795513
RGB
CMYK
RGB Variations
Color information
#795513 (or 0x795513) is known color: Raw Umber. HEX triplet: 79, 55 and 13. RGB value is (121,85,19). Sum of RGB (Red+Green+Blue) = 121+85+19=225 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.78% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 121 - color contains mainly: red. Hex color #795513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795513 is #86AAEC. Grayscale: #585858. Windows color (decimal): -8825581 or 1267065. OLE color: 1267065.
HSL color Cylindrical-coordinate representation of color #795513: hue angle of 38.82º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #795513 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 19 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.53 |
| HSL | 38.82º | 0.73% | 0.27% | - |
| HSV(B) | 38.82º | 0.84% | 0.47% | - |
| XYZ | 11.25 | 10.61 | 2.07 | - |
| YUV | 88.24 | 88.93 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 19 | 0 | 0.30 | 0.84 | 0.53 | 38.82 | 0.73 | 0.27 |
| Hex | 79 | 55 | 13 | 0 | 1E | 54 | 35 | 27 | 49 | 1B |
| Octal | 171 | 125 | 23 | 0 | 36 | 124 | 65 | 47 | 111 | 33 |
| Binary | 1111001 | 1010101 | 10011 | 0 | 11110 | 1010100 | 110101 | 100111 | 1001001 | 11011 |
Color Harmonies of #795513
Complementary color
Monochromatic Colors of #795513
Black with #795513
Text Example
Text Example
White with #795513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795513; }
p { color: rgb(121,85,19); }
H1.HeaderClassName
{
color: #795513;
}
.AnyTagClassName
{
color: #795513;
}
</style>
background-color css
<style>
a { background-color: #795513; }
a { background-color: rgb(121,85,19); }
div.DivClassName
{
background-color: #795513;
}
.BgClassName
{
background-color: #795513;
}
</style>
border-color css
<style>
span { border-color: #795513; }
span { border-color: rgb(121,85,19); }
td.TdClassName
{
border-color: #795513;
}
.TagClassName
{
border-color: #795513;
}
</style>