Shades of Shingle Fawn #785D40
Tints of Shingle Fawn #785D40
RGB
CMYK
RGB Variations
Color information
#785D40 (or 0x785D40) is known color: Shingle Fawn. HEX triplet: 78, 5D and 40. RGB value is (120,93,64). Sum of RGB (Red+Green+Blue) = 120+93+64=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #785D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D40 is #87A2BF. Grayscale: #616161. Windows color (decimal): -8889024 or 4218232. OLE color: 4218232.
HSL color Cylindrical-coordinate representation of color #785D40: hue angle of 31.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785D40 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 64 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.53 |
| HSL | 31.07º | 0.3% | 0.36% | - |
| HSV(B) | 31.07º | 0.47% | 0.47% | - |
| XYZ | 12.59 | 12.19 | 6.54 | - |
| YUV | 97.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 64 | 0 | 0.22 | 0.47 | 0.53 | 31.07 | 0.3 | 0.36 |
| Hex | 78 | 5D | 40 | 0 | 16 | 2F | 35 | 1F | 1E | 24 |
| Octal | 170 | 135 | 100 | 0 | 26 | 57 | 65 | 37 | 36 | 44 |
| Binary | 1111000 | 1011101 | 1000000 | 0 | 10110 | 101111 | 110101 | 11111 | 11110 | 100100 |
Color Harmonies of #785D40
Complementary color
Monochromatic Colors of #785D40
Black with #785D40
Text Example
Text Example
White with #785D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D40; }
p { color: rgb(120,93,64); }
H1.HeaderClassName
{
color: #785D40;
}
.AnyTagClassName
{
color: #785D40;
}
</style>
background-color css
<style>
a { background-color: #785D40; }
a { background-color: rgb(120,93,64); }
div.DivClassName
{
background-color: #785D40;
}
.BgClassName
{
background-color: #785D40;
}
</style>
border-color css
<style>
span { border-color: #785D40; }
span { border-color: rgb(120,93,64); }
td.TdClassName
{
border-color: #785D40;
}
.TagClassName
{
border-color: #785D40;
}
</style>