Shades of Shingle Fawn #785F32
Tints of Shingle Fawn #785F32
RGB
CMYK
RGB Variations
Color information
#785F32 (or 0x785F32) is known color: Shingle Fawn. HEX triplet: 78, 5F and 32. RGB value is (120,95,50). Sum of RGB (Red+Green+Blue) = 120+95+50=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #785F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785F32 is #87A0CD. Grayscale: #616161. Windows color (decimal): -8888526 or 3301240. OLE color: 3301240.
HSL color Cylindrical-coordinate representation of color #785F32: hue angle of 38.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785F32 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 50 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.53 |
| HSL | 38.57º | 0.41% | 0.33% | - |
| HSV(B) | 38.57º | 0.58% | 0.47% | - |
| XYZ | 12.41 | 12.41 | 4.76 | - |
| YUV | 97.35 | 101.28 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 50 | 0 | 0.21 | 0.58 | 0.53 | 38.57 | 0.41 | 0.33 |
| Hex | 78 | 5F | 32 | 0 | 15 | 3A | 35 | 27 | 29 | 21 |
| Octal | 170 | 137 | 62 | 0 | 25 | 72 | 65 | 47 | 51 | 41 |
| Binary | 1111000 | 1011111 | 110010 | 0 | 10101 | 111010 | 110101 | 100111 | 101001 | 100001 |
Color Harmonies of #785F32
Complementary color
Monochromatic Colors of #785F32
Black with #785F32
Text Example
Text Example
White with #785F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F32; }
p { color: rgb(120,95,50); }
H1.HeaderClassName
{
color: #785F32;
}
.AnyTagClassName
{
color: #785F32;
}
</style>
background-color css
<style>
a { background-color: #785F32; }
a { background-color: rgb(120,95,50); }
div.DivClassName
{
background-color: #785F32;
}
.BgClassName
{
background-color: #785F32;
}
</style>
border-color css
<style>
span { border-color: #785F32; }
span { border-color: rgb(120,95,50); }
td.TdClassName
{
border-color: #785F32;
}
.TagClassName
{
border-color: #785F32;
}
</style>