Shades of Shingle Fawn #79593C
Tints of Shingle Fawn #79593C
RGB
CMYK
RGB Variations
Color information
#79593C (or 0x79593C) is known color: Shingle Fawn. HEX triplet: 79, 59 and 3C. RGB value is (121,89,60). Sum of RGB (Red+Green+Blue) = 121+89+60=270 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.81% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 121 - color contains mainly: red. Hex color #79593C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79593C is #86A6C3. Grayscale: #5F5F5F. Windows color (decimal): -8824516 or 3955065. OLE color: 3955065.
HSL color Cylindrical-coordinate representation of color #79593C: hue angle of 28.52º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79593C is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 89 | 60 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.53 |
| HSL | 28.52º | 0.34% | 0.35% | - |
| HSV(B) | 28.52º | 0.5% | 0.47% | - |
| XYZ | 12.27 | 11.54 | 5.85 | - |
| YUV | 95.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 60 | 0 | 0.26 | 0.50 | 0.53 | 28.52 | 0.34 | 0.35 |
| Hex | 79 | 59 | 3C | 0 | 1A | 32 | 35 | 1D | 22 | 23 |
| Octal | 171 | 131 | 74 | 0 | 32 | 62 | 65 | 35 | 42 | 43 |
| Binary | 1111001 | 1011001 | 111100 | 0 | 11010 | 110010 | 110101 | 11101 | 100010 | 100011 |
Color Harmonies of #79593C
Complementary color
Monochromatic Colors of #79593C
Black with #79593C
Text Example
Text Example
White with #79593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79593C; }
p { color: rgb(121,89,60); }
H1.HeaderClassName
{
color: #79593C;
}
.AnyTagClassName
{
color: #79593C;
}
</style>
background-color css
<style>
a { background-color: #79593C; }
a { background-color: rgb(121,89,60); }
div.DivClassName
{
background-color: #79593C;
}
.BgClassName
{
background-color: #79593C;
}
</style>
border-color css
<style>
span { border-color: #79593C; }
span { border-color: rgb(121,89,60); }
td.TdClassName
{
border-color: #79593C;
}
.TagClassName
{
border-color: #79593C;
}
</style>