Shades of Raw Umber #79550C
Tints of Raw Umber #79550C
RGB
CMYK
RGB Variations
Color information
#79550C (or 0x79550C) is known color: Raw Umber. HEX triplet: 79, 55 and 0C. RGB value is (121,85,12). Sum of RGB (Red+Green+Blue) = 121+85+12=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79550C is #86AAF3. Grayscale: #575757. Windows color (decimal): -8825588 or 808313. OLE color: 808313.
HSL color Cylindrical-coordinate representation of color #79550C: hue angle of 40.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79550C is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 12 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.53 |
| HSL | 40.18º | 0.82% | 0.26% | - |
| HSV(B) | 40.18º | 0.9% | 0.47% | - |
| XYZ | 11.2 | 10.59 | 1.8 | - |
| YUV | 87.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 12 | 0 | 0.30 | 0.90 | 0.53 | 40.18 | 0.82 | 0.26 |
| Hex | 79 | 55 | C | 0 | 1E | 5A | 35 | 28 | 52 | 1A |
| Octal | 171 | 125 | 14 | 0 | 36 | 132 | 65 | 50 | 122 | 32 |
| Binary | 1111001 | 1010101 | 1100 | 0 | 11110 | 1011010 | 110101 | 101000 | 1010010 | 11010 |
Color Harmonies of #79550C
Complementary color
Monochromatic Colors of #79550C
Black with #79550C
Text Example
Text Example
White with #79550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79550C; }
p { color: rgb(121,85,12); }
H1.HeaderClassName
{
color: #79550C;
}
.AnyTagClassName
{
color: #79550C;
}
</style>
background-color css
<style>
a { background-color: #79550C; }
a { background-color: rgb(121,85,12); }
div.DivClassName
{
background-color: #79550C;
}
.BgClassName
{
background-color: #79550C;
}
</style>
border-color css
<style>
span { border-color: #79550C; }
span { border-color: rgb(121,85,12); }
td.TdClassName
{
border-color: #79550C;
}
.TagClassName
{
border-color: #79550C;
}
</style>