Shades of Shingle Fawn #785D30
Tints of Shingle Fawn #785D30
RGB
CMYK
RGB Variations
Color information
#785D30 (or 0x785D30) is known color: Shingle Fawn. HEX triplet: 78, 5D and 30. RGB value is (120,93,48). Sum of RGB (Red+Green+Blue) = 120+93+48=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D30 is #87A2CF. Grayscale: #606060. Windows color (decimal): -8889040 or 3169656. OLE color: 3169656.
HSL color Cylindrical-coordinate representation of color #785D30: hue angle of 37.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785D30 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 93 | 48 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.53 |
| HSL | 37.5º | 0.43% | 0.33% | - |
| HSV(B) | 37.5º | 0.6% | 0.47% | - |
| XYZ | 12.19 | 12.04 | 4.48 | - |
| YUV | 95.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 48 | 0 | 0.22 | 0.60 | 0.53 | 37.5 | 0.43 | 0.33 |
| Hex | 78 | 5D | 30 | 0 | 16 | 3C | 35 | 26 | 2B | 21 |
| Octal | 170 | 135 | 60 | 0 | 26 | 74 | 65 | 46 | 53 | 41 |
| Binary | 1111000 | 1011101 | 110000 | 0 | 10110 | 111100 | 110101 | 100110 | 101011 | 100001 |
Color Harmonies of #785D30
Complementary color
Monochromatic Colors of #785D30
Black with #785D30
Text Example
Text Example
White with #785D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D30; }
p { color: rgb(120,93,48); }
H1.HeaderClassName
{
color: #785D30;
}
.AnyTagClassName
{
color: #785D30;
}
</style>
background-color css
<style>
a { background-color: #785D30; }
a { background-color: rgb(120,93,48); }
div.DivClassName
{
background-color: #785D30;
}
.BgClassName
{
background-color: #785D30;
}
</style>
border-color css
<style>
span { border-color: #785D30; }
span { border-color: rgb(120,93,48); }
td.TdClassName
{
border-color: #785D30;
}
.TagClassName
{
border-color: #785D30;
}
</style>