Shades of Raw Umber #795511
Tints of Raw Umber #795511
RGB
CMYK
RGB Variations
Color information
#795511 (or 0x795511) is known color: Raw Umber. HEX triplet: 79, 55 and 11. RGB value is (121,85,17). Sum of RGB (Red+Green+Blue) = 121+85+17=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #795511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795511 is #86AAEE. Grayscale: #585858. Windows color (decimal): -8825583 or 1135993. OLE color: 1135993.
HSL color Cylindrical-coordinate representation of color #795511: hue angle of 39.23º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #795511 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 17 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.53 |
| HSL | 39.23º | 0.75% | 0.27% | - |
| HSV(B) | 39.23º | 0.86% | 0.47% | - |
| XYZ | 11.23 | 10.6 | 1.98 | - |
| YUV | 88.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 17 | 0 | 0.30 | 0.86 | 0.53 | 39.23 | 0.75 | 0.27 |
| Hex | 79 | 55 | 11 | 0 | 1E | 56 | 35 | 27 | 4B | 1B |
| Octal | 171 | 125 | 21 | 0 | 36 | 126 | 65 | 47 | 113 | 33 |
| Binary | 1111001 | 1010101 | 10001 | 0 | 11110 | 1010110 | 110101 | 100111 | 1001011 | 11011 |
Color Harmonies of #795511
Complementary color
Monochromatic Colors of #795511
Black with #795511
Text Example
Text Example
White with #795511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795511; }
p { color: rgb(121,85,17); }
H1.HeaderClassName
{
color: #795511;
}
.AnyTagClassName
{
color: #795511;
}
</style>
background-color css
<style>
a { background-color: #795511; }
a { background-color: rgb(121,85,17); }
div.DivClassName
{
background-color: #795511;
}
.BgClassName
{
background-color: #795511;
}
</style>
border-color css
<style>
span { border-color: #795511; }
span { border-color: rgb(121,85,17); }
td.TdClassName
{
border-color: #795511;
}
.TagClassName
{
border-color: #795511;
}
</style>