Shades of Shingle Fawn #785839
Tints of Shingle Fawn #785839
RGB
CMYK
RGB Variations
Color information
#785839 (or 0x785839) is known color: Shingle Fawn. HEX triplet: 78, 58 and 39. RGB value is (120,88,57). Sum of RGB (Red+Green+Blue) = 120+88+57=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #785839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785839 is #87A7C6. Grayscale: #5E5E5E. Windows color (decimal): -8890311 or 3758200. OLE color: 3758200.
HSL color Cylindrical-coordinate representation of color #785839: hue angle of 29.52º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785839 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 57 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.53 |
| HSL | 29.52º | 0.36% | 0.35% | - |
| HSV(B) | 29.52º | 0.53% | 0.47% | - |
| XYZ | 11.97 | 11.27 | 5.41 | - |
| YUV | 94.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 57 | 0 | 0.27 | 0.52 | 0.53 | 29.52 | 0.36 | 0.35 |
| Hex | 78 | 58 | 39 | 0 | 1B | 34 | 35 | 1E | 24 | 23 |
| Octal | 170 | 130 | 71 | 0 | 33 | 64 | 65 | 36 | 44 | 43 |
| Binary | 1111000 | 1011000 | 111001 | 0 | 11011 | 110100 | 110101 | 11110 | 100100 | 100011 |
Color Harmonies of #785839
Complementary color
Monochromatic Colors of #785839
Black with #785839
Text Example
Text Example
White with #785839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785839; }
p { color: rgb(120,88,57); }
H1.HeaderClassName
{
color: #785839;
}
.AnyTagClassName
{
color: #785839;
}
</style>
background-color css
<style>
a { background-color: #785839; }
a { background-color: rgb(120,88,57); }
div.DivClassName
{
background-color: #785839;
}
.BgClassName
{
background-color: #785839;
}
</style>
border-color css
<style>
span { border-color: #785839; }
span { border-color: rgb(120,88,57); }
td.TdClassName
{
border-color: #785839;
}
.TagClassName
{
border-color: #785839;
}
</style>