Shades of Raw Umber #79530C
Tints of Raw Umber #79530C
RGB
CMYK
RGB Variations
Color information
#79530C (or 0x79530C) is known color: Raw Umber. HEX triplet: 79, 53 and 0C. RGB value is (121,83,12). Sum of RGB (Red+Green+Blue) = 121+83+12=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79530C is #86ACF3. Grayscale: #565656. Windows color (decimal): -8826100 or 807801. OLE color: 807801.
HSL color Cylindrical-coordinate representation of color #79530C: hue angle of 39.08º 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 #79530C is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 83 | 12 | - |
| CMYK | 0 | 0.31 | 0.90 | 0.53 |
| HSL | 39.08º | 0.82% | 0.26% | - |
| HSV(B) | 39.08º | 0.9% | 0.47% | - |
| XYZ | 11.04 | 10.28 | 1.75 | - |
| YUV | 86.27 | 86.09 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 83 | 12 | 0 | 0.31 | 0.90 | 0.53 | 39.08 | 0.82 | 0.26 |
| Hex | 79 | 53 | C | 0 | 1F | 5A | 35 | 27 | 52 | 1A |
| Octal | 171 | 123 | 14 | 0 | 37 | 132 | 65 | 47 | 122 | 32 |
| Binary | 1111001 | 1010011 | 1100 | 0 | 11111 | 1011010 | 110101 | 100111 | 1010010 | 11010 |
Color Harmonies of #79530C
Complementary color
Monochromatic Colors of #79530C
Black with #79530C
Text Example
Text Example
White with #79530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79530C; }
p { color: rgb(121,83,12); }
H1.HeaderClassName
{
color: #79530C;
}
.AnyTagClassName
{
color: #79530C;
}
</style>
background-color css
<style>
a { background-color: #79530C; }
a { background-color: rgb(121,83,12); }
div.DivClassName
{
background-color: #79530C;
}
.BgClassName
{
background-color: #79530C;
}
</style>
border-color css
<style>
span { border-color: #79530C; }
span { border-color: rgb(121,83,12); }
td.TdClassName
{
border-color: #79530C;
}
.TagClassName
{
border-color: #79530C;
}
</style>