Shades of Shingle Fawn #79572F
Tints of Shingle Fawn #79572F
RGB
CMYK
RGB Variations
Color information
#79572F (or 0x79572F) is known color: Shingle Fawn. HEX triplet: 79, 57 and 2F. RGB value is (121,87,47). Sum of RGB (Red+Green+Blue) = 121+87+47=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #79572F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79572F is #86A8D0. Grayscale: #5C5C5C. Windows color (decimal): -8825041 or 3102585. OLE color: 3102585.
HSL color Cylindrical-coordinate representation of color #79572F: hue angle of 32.43º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79572F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 87 | 47 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.53 |
| HSL | 32.43º | 0.44% | 0.33% | - |
| HSV(B) | 32.43º | 0.61% | 0.47% | - |
| XYZ | 11.81 | 11.09 | 4.21 | - |
| YUV | 92.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 87 | 47 | 0 | 0.28 | 0.61 | 0.53 | 32.43 | 0.44 | 0.33 |
| Hex | 79 | 57 | 2F | 0 | 1C | 3D | 35 | 20 | 2C | 21 |
| Octal | 171 | 127 | 57 | 0 | 34 | 75 | 65 | 40 | 54 | 41 |
| Binary | 1111001 | 1010111 | 101111 | 0 | 11100 | 111101 | 110101 | 100000 | 101100 | 100001 |
Color Harmonies of #79572F
Complementary color
Monochromatic Colors of #79572F
Black with #79572F
Text Example
Text Example
White with #79572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79572F; }
p { color: rgb(121,87,47); }
H1.HeaderClassName
{
color: #79572F;
}
.AnyTagClassName
{
color: #79572F;
}
</style>
background-color css
<style>
a { background-color: #79572F; }
a { background-color: rgb(121,87,47); }
div.DivClassName
{
background-color: #79572F;
}
.BgClassName
{
background-color: #79572F;
}
</style>
border-color css
<style>
span { border-color: #79572F; }
span { border-color: rgb(121,87,47); }
td.TdClassName
{
border-color: #79572F;
}
.TagClassName
{
border-color: #79572F;
}
</style>