Shades of Shingle Fawn #785C3F
Tints of Shingle Fawn #785C3F
RGB
CMYK
RGB Variations
Color information
#785C3F (or 0x785C3F) is known color: Shingle Fawn. HEX triplet: 78, 5C and 3F. RGB value is (120,92,63). Sum of RGB (Red+Green+Blue) = 120+92+63=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #785C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C3F is #87A3C0. Grayscale: #616161. Windows color (decimal): -8889281 or 4152440. OLE color: 4152440.
HSL color Cylindrical-coordinate representation of color #785C3F: hue angle of 30.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #785C3F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 63 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.53 |
| HSL | 30.53º | 0.31% | 0.36% | - |
| HSV(B) | 30.53º | 0.48% | 0.47% | - |
| XYZ | 12.47 | 12.01 | 6.36 | - |
| YUV | 97.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 63 | 0 | 0.23 | 0.48 | 0.53 | 30.53 | 0.31 | 0.36 |
| Hex | 78 | 5C | 3F | 0 | 17 | 30 | 35 | 1F | 1F | 24 |
| Octal | 170 | 134 | 77 | 0 | 27 | 60 | 65 | 37 | 37 | 44 |
| Binary | 1111000 | 1011100 | 111111 | 0 | 10111 | 110000 | 110101 | 11111 | 11111 | 100100 |
Color Harmonies of #785C3F
Complementary color
Monochromatic Colors of #785C3F
Black with #785C3F
Text Example
Text Example
White with #785C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C3F; }
p { color: rgb(120,92,63); }
H1.HeaderClassName
{
color: #785C3F;
}
.AnyTagClassName
{
color: #785C3F;
}
</style>
background-color css
<style>
a { background-color: #785C3F; }
a { background-color: rgb(120,92,63); }
div.DivClassName
{
background-color: #785C3F;
}
.BgClassName
{
background-color: #785C3F;
}
</style>
border-color css
<style>
span { border-color: #785C3F; }
span { border-color: rgb(120,92,63); }
td.TdClassName
{
border-color: #785C3F;
}
.TagClassName
{
border-color: #785C3F;
}
</style>