Shades of Shingle Fawn #785E32
Tints of Shingle Fawn #785E32
RGB
CMYK
RGB Variations
Color information
#785E32 (or 0x785E32) is known color: Shingle Fawn. HEX triplet: 78, 5E and 32. RGB value is (120,94,50). Sum of RGB (Red+Green+Blue) = 120+94+50=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #785E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785E32 is #87A1CD. Grayscale: #606060. Windows color (decimal): -8888782 or 3300984. OLE color: 3300984.
HSL color Cylindrical-coordinate representation of color #785E32: hue angle of 37.71º 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 #785E32 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 94 | 50 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.53 |
| HSL | 37.71º | 0.41% | 0.33% | - |
| HSV(B) | 37.71º | 0.58% | 0.47% | - |
| XYZ | 12.32 | 12.23 | 4.73 | - |
| YUV | 96.76 | 101.61 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 50 | 0 | 0.22 | 0.58 | 0.53 | 37.71 | 0.41 | 0.33 |
| Hex | 78 | 5E | 32 | 0 | 16 | 3A | 35 | 26 | 29 | 21 |
| Octal | 170 | 136 | 62 | 0 | 26 | 72 | 65 | 46 | 51 | 41 |
| Binary | 1111000 | 1011110 | 110010 | 0 | 10110 | 111010 | 110101 | 100110 | 101001 | 100001 |
Color Harmonies of #785E32
Complementary color
Monochromatic Colors of #785E32
Black with #785E32
Text Example
Text Example
White with #785E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E32; }
p { color: rgb(120,94,50); }
H1.HeaderClassName
{
color: #785E32;
}
.AnyTagClassName
{
color: #785E32;
}
</style>
background-color css
<style>
a { background-color: #785E32; }
a { background-color: rgb(120,94,50); }
div.DivClassName
{
background-color: #785E32;
}
.BgClassName
{
background-color: #785E32;
}
</style>
border-color css
<style>
span { border-color: #785E32; }
span { border-color: rgb(120,94,50); }
td.TdClassName
{
border-color: #785E32;
}
.TagClassName
{
border-color: #785E32;
}
</style>