Shades of Raw Umber #795A16
Tints of Raw Umber #795A16
RGB
CMYK
RGB Variations
Color information
#795A16 (or 0x795A16) is known color: Raw Umber. HEX triplet: 79, 5A and 16. RGB value is (121,90,22). Sum of RGB (Red+Green+Blue) = 121+90+22=233 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.93% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 121 - color contains mainly: red. Hex color #795A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #795A16 is #86A5E9. Grayscale: #5B5B5B. Windows color (decimal): -8824298 or 1464953. OLE color: 1464953.
HSL color Cylindrical-coordinate representation of color #795A16: hue angle of 41.21º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #795A16 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 22 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.53 |
| HSL | 41.21º | 0.69% | 0.28% | - |
| HSV(B) | 41.21º | 0.82% | 0.47% | - |
| XYZ | 11.69 | 11.44 | 2.35 | - |
| YUV | 91.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 22 | 0 | 0.26 | 0.82 | 0.53 | 41.21 | 0.69 | 0.28 |
| Hex | 79 | 5A | 16 | 0 | 1A | 52 | 35 | 29 | 45 | 1C |
| Octal | 171 | 132 | 26 | 0 | 32 | 122 | 65 | 51 | 105 | 34 |
| Binary | 1111001 | 1011010 | 10110 | 0 | 11010 | 1010010 | 110101 | 101001 | 1000101 | 11100 |
Color Harmonies of #795A16
Complementary color
Monochromatic Colors of #795A16
Black with #795A16
Text Example
Text Example
White with #795A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A16; }
p { color: rgb(121,90,22); }
H1.HeaderClassName
{
color: #795A16;
}
.AnyTagClassName
{
color: #795A16;
}
</style>
background-color css
<style>
a { background-color: #795A16; }
a { background-color: rgb(121,90,22); }
div.DivClassName
{
background-color: #795A16;
}
.BgClassName
{
background-color: #795A16;
}
</style>
border-color css
<style>
span { border-color: #795A16; }
span { border-color: rgb(121,90,22); }
td.TdClassName
{
border-color: #795A16;
}
.TagClassName
{
border-color: #795A16;
}
</style>