Shades of Shingle Fawn #785D3B
Tints of Shingle Fawn #785D3B
RGB
CMYK
RGB Variations
Color information
#785D3B (or 0x785D3B) is known color: Shingle Fawn. HEX triplet: 78, 5D and 3B. RGB value is (120,93,59). Sum of RGB (Red+Green+Blue) = 120+93+59=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #785D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D3B is #87A2C4. Grayscale: #616161. Windows color (decimal): -8889029 or 3890552. OLE color: 3890552.
HSL color Cylindrical-coordinate representation of color #785D3B: hue angle of 33.44º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785D3B is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 59 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.53 |
| HSL | 33.44º | 0.34% | 0.35% | - |
| HSV(B) | 33.44º | 0.51% | 0.47% | - |
| XYZ | 12.45 | 12.14 | 5.82 | - |
| YUV | 97.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 59 | 0 | 0.22 | 0.51 | 0.53 | 33.44 | 0.34 | 0.35 |
| Hex | 78 | 5D | 3B | 0 | 16 | 33 | 35 | 21 | 22 | 23 |
| Octal | 170 | 135 | 73 | 0 | 26 | 63 | 65 | 41 | 42 | 43 |
| Binary | 1111000 | 1011101 | 111011 | 0 | 10110 | 110011 | 110101 | 100001 | 100010 | 100011 |
Color Harmonies of #785D3B
Complementary color
Monochromatic Colors of #785D3B
Black with #785D3B
Text Example
Text Example
White with #785D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D3B; }
p { color: rgb(120,93,59); }
H1.HeaderClassName
{
color: #785D3B;
}
.AnyTagClassName
{
color: #785D3B;
}
</style>
background-color css
<style>
a { background-color: #785D3B; }
a { background-color: rgb(120,93,59); }
div.DivClassName
{
background-color: #785D3B;
}
.BgClassName
{
background-color: #785D3B;
}
</style>
border-color css
<style>
span { border-color: #785D3B; }
span { border-color: rgb(120,93,59); }
td.TdClassName
{
border-color: #785D3B;
}
.TagClassName
{
border-color: #785D3B;
}
</style>