Shades of Shingle Fawn #795C3F
Tints of Shingle Fawn #795C3F
RGB
CMYK
RGB Variations
Color information
#795C3F (or 0x795C3F) is known color: Shingle Fawn. HEX triplet: 79, 5C and 3F. RGB value is (121,92,63). Sum of RGB (Red+Green+Blue) = 121+92+63=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C3F is #86A3C0. Grayscale: #616161. Windows color (decimal): -8823745 or 4152441. OLE color: 4152441.
HSL color Cylindrical-coordinate representation of color #795C3F: hue angle of 30º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #795C3F is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 92 | 63 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.53 |
| HSL | 30º | 0.32% | 0.36% | - |
| HSV(B) | 30º | 0.48% | 0.47% | - |
| XYZ | 12.61 | 12.08 | 6.37 | - |
| YUV | 97.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 92 | 63 | 0 | 0.24 | 0.48 | 0.53 | 30 | 0.32 | 0.36 |
| Hex | 79 | 5C | 3F | 0 | 18 | 30 | 35 | 1E | 20 | 24 |
| Octal | 171 | 134 | 77 | 0 | 30 | 60 | 65 | 36 | 40 | 44 |
| Binary | 1111001 | 1011100 | 111111 | 0 | 11000 | 110000 | 110101 | 11110 | 100000 | 100100 |
Color Harmonies of #795C3F
Complementary color
Monochromatic Colors of #795C3F
Black with #795C3F
Text Example
Text Example
White with #795C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795C3F; }
p { color: rgb(121,92,63); }
H1.HeaderClassName
{
color: #795C3F;
}
.AnyTagClassName
{
color: #795C3F;
}
</style>
background-color css
<style>
a { background-color: #795C3F; }
a { background-color: rgb(121,92,63); }
div.DivClassName
{
background-color: #795C3F;
}
.BgClassName
{
background-color: #795C3F;
}
</style>
border-color css
<style>
span { border-color: #795C3F; }
span { border-color: rgb(121,92,63); }
td.TdClassName
{
border-color: #795C3F;
}
.TagClassName
{
border-color: #795C3F;
}
</style>