Shades of Shingle Fawn #785C31
Tints of Shingle Fawn #785C31
RGB
CMYK
RGB Variations
Color information
#785C31 (or 0x785C31) is known color: Shingle Fawn. HEX triplet: 78, 5C and 31. RGB value is (120,92,49). Sum of RGB (Red+Green+Blue) = 120+92+49=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785C31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C31 is #87A3CE. Grayscale: #5F5F5F. Windows color (decimal): -8889295 or 3234936. OLE color: 3234936.
HSL color Cylindrical-coordinate representation of color #785C31: hue angle of 36.34º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785C31 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 92 | 49 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.53 |
| HSL | 36.34º | 0.42% | 0.33% | - |
| HSV(B) | 36.34º | 0.59% | 0.47% | - |
| XYZ | 12.13 | 11.87 | 4.56 | - |
| YUV | 95.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 49 | 0 | 0.23 | 0.59 | 0.53 | 36.34 | 0.42 | 0.33 |
| Hex | 78 | 5C | 31 | 0 | 17 | 3B | 35 | 24 | 2A | 21 |
| Octal | 170 | 134 | 61 | 0 | 27 | 73 | 65 | 44 | 52 | 41 |
| Binary | 1111000 | 1011100 | 110001 | 0 | 10111 | 111011 | 110101 | 100100 | 101010 | 100001 |
Color Harmonies of #785C31
Complementary color
Monochromatic Colors of #785C31
Black with #785C31
Text Example
Text Example
White with #785C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C31; }
p { color: rgb(120,92,49); }
H1.HeaderClassName
{
color: #785C31;
}
.AnyTagClassName
{
color: #785C31;
}
</style>
background-color css
<style>
a { background-color: #785C31; }
a { background-color: rgb(120,92,49); }
div.DivClassName
{
background-color: #785C31;
}
.BgClassName
{
background-color: #785C31;
}
</style>
border-color css
<style>
span { border-color: #785C31; }
span { border-color: rgb(120,92,49); }
td.TdClassName
{
border-color: #785C31;
}
.TagClassName
{
border-color: #785C31;
}
</style>