Shades of Shingle Fawn #785E40
Tints of Shingle Fawn #785E40
RGB
CMYK
RGB Variations
Color information
#785E40 (or 0x785E40) is known color: Shingle Fawn. HEX triplet: 78, 5E and 40. RGB value is (120,94,64). Sum of RGB (Red+Green+Blue) = 120+94+64=278 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.17% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 120 - color contains mainly: red. Hex color #785E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E40 is #87A1BF. Grayscale: #626262. Windows color (decimal): -8888768 or 4218488. OLE color: 4218488.
HSL color Cylindrical-coordinate representation of color #785E40: hue angle of 32.14º 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 #785E40 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 64 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.53 |
| HSL | 32.14º | 0.3% | 0.36% | - |
| HSV(B) | 32.14º | 0.47% | 0.47% | - |
| XYZ | 12.67 | 12.37 | 6.57 | - |
| YUV | 98.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 64 | 0 | 0.22 | 0.47 | 0.53 | 32.14 | 0.3 | 0.36 |
| Hex | 78 | 5E | 40 | 0 | 16 | 2F | 35 | 20 | 1E | 24 |
| Octal | 170 | 136 | 100 | 0 | 26 | 57 | 65 | 40 | 36 | 44 |
| Binary | 1111000 | 1011110 | 1000000 | 0 | 10110 | 101111 | 110101 | 100000 | 11110 | 100100 |
Color Harmonies of #785E40
Complementary color
Monochromatic Colors of #785E40
Black with #785E40
Text Example
Text Example
White with #785E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E40; }
p { color: rgb(120,94,64); }
H1.HeaderClassName
{
color: #785E40;
}
.AnyTagClassName
{
color: #785E40;
}
</style>
background-color css
<style>
a { background-color: #785E40; }
a { background-color: rgb(120,94,64); }
div.DivClassName
{
background-color: #785E40;
}
.BgClassName
{
background-color: #785E40;
}
</style>
border-color css
<style>
span { border-color: #785E40; }
span { border-color: rgb(120,94,64); }
td.TdClassName
{
border-color: #785E40;
}
.TagClassName
{
border-color: #785E40;
}
</style>