Shades of Shingle Fawn #795D31
Tints of Shingle Fawn #795D31
RGB
CMYK
RGB Variations
Color information
#795D31 (or 0x795D31) is known color: Shingle Fawn. HEX triplet: 79, 5D and 31. RGB value is (121,93,49). Sum of RGB (Red+Green+Blue) = 121+93+49=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 121 - color contains mainly: red. Hex color #795D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795D31 is #86A2CE. Grayscale: #606060. Windows color (decimal): -8823503 or 3235193. OLE color: 3235193.
HSL color Cylindrical-coordinate representation of color #795D31: hue angle of 36.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #795D31 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 93 | 49 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.53 |
| HSL | 36.67º | 0.42% | 0.33% | - |
| HSV(B) | 36.67º | 0.6% | 0.47% | - |
| XYZ | 12.35 | 12.12 | 4.59 | - |
| YUV | 96.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 93 | 49 | 0 | 0.23 | 0.60 | 0.53 | 36.67 | 0.42 | 0.33 |
| Hex | 79 | 5D | 31 | 0 | 17 | 3C | 35 | 25 | 2A | 21 |
| Octal | 171 | 135 | 61 | 0 | 27 | 74 | 65 | 45 | 52 | 41 |
| Binary | 1111001 | 1011101 | 110001 | 0 | 10111 | 111100 | 110101 | 100101 | 101010 | 100001 |
Color Harmonies of #795D31
Complementary color
Monochromatic Colors of #795D31
Black with #795D31
Text Example
Text Example
White with #795D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795D31; }
p { color: rgb(121,93,49); }
H1.HeaderClassName
{
color: #795D31;
}
.AnyTagClassName
{
color: #795D31;
}
</style>
background-color css
<style>
a { background-color: #795D31; }
a { background-color: rgb(121,93,49); }
div.DivClassName
{
background-color: #795D31;
}
.BgClassName
{
background-color: #795D31;
}
</style>
border-color css
<style>
span { border-color: #795D31; }
span { border-color: rgb(121,93,49); }
td.TdClassName
{
border-color: #795D31;
}
.TagClassName
{
border-color: #795D31;
}
</style>