Shades of Shingle Fawn #785F34
Tints of Shingle Fawn #785F34
RGB
CMYK
RGB Variations
Color information
#785F34 (or 0x785F34) is known color: Shingle Fawn. HEX triplet: 78, 5F and 34. RGB value is (120,95,52). Sum of RGB (Red+Green+Blue) = 120+95+52=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #785F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F34 is #87A0CB. Grayscale: #616161. Windows color (decimal): -8888524 or 3432312. OLE color: 3432312.
HSL color Cylindrical-coordinate representation of color #785F34: hue angle of 37.94º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785F34 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 52 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.53 |
| HSL | 37.94º | 0.4% | 0.34% | - |
| HSV(B) | 37.94º | 0.57% | 0.47% | - |
| XYZ | 12.46 | 12.43 | 4.99 | - |
| YUV | 97.57 | 102.28 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 52 | 0 | 0.21 | 0.57 | 0.53 | 37.94 | 0.4 | 0.34 |
| Hex | 78 | 5F | 34 | 0 | 15 | 39 | 35 | 26 | 28 | 22 |
| Octal | 170 | 137 | 64 | 0 | 25 | 71 | 65 | 46 | 50 | 42 |
| Binary | 1111000 | 1011111 | 110100 | 0 | 10101 | 111001 | 110101 | 100110 | 101000 | 100010 |
Color Harmonies of #785F34
Complementary color
Monochromatic Colors of #785F34
Black with #785F34
Text Example
Text Example
White with #785F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F34; }
p { color: rgb(120,95,52); }
H1.HeaderClassName
{
color: #785F34;
}
.AnyTagClassName
{
color: #785F34;
}
</style>
background-color css
<style>
a { background-color: #785F34; }
a { background-color: rgb(120,95,52); }
div.DivClassName
{
background-color: #785F34;
}
.BgClassName
{
background-color: #785F34;
}
</style>
border-color css
<style>
span { border-color: #785F34; }
span { border-color: rgb(120,95,52); }
td.TdClassName
{
border-color: #785F34;
}
.TagClassName
{
border-color: #785F34;
}
</style>