Shades of Shingle Fawn #785B32
Tints of Shingle Fawn #785B32
RGB
CMYK
RGB Variations
Color information
#785B32 (or 0x785B32) is known color: Shingle Fawn. HEX triplet: 78, 5B and 32. RGB value is (120,91,50). Sum of RGB (Red+Green+Blue) = 120+91+50=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #785B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B32 is #87A4CD. Grayscale: #5F5F5F. Windows color (decimal): -8889550 or 3300216. OLE color: 3300216.
HSL color Cylindrical-coordinate representation of color #785B32: hue angle of 35.14º 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 #785B32 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 91 | 50 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.53 |
| HSL | 35.14º | 0.41% | 0.33% | - |
| HSV(B) | 35.14º | 0.58% | 0.47% | - |
| XYZ | 12.06 | 11.71 | 4.64 | - |
| YUV | 95 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 50 | 0 | 0.24 | 0.58 | 0.53 | 35.14 | 0.41 | 0.33 |
| Hex | 78 | 5B | 32 | 0 | 18 | 3A | 35 | 23 | 29 | 21 |
| Octal | 170 | 133 | 62 | 0 | 30 | 72 | 65 | 43 | 51 | 41 |
| Binary | 1111000 | 1011011 | 110010 | 0 | 11000 | 111010 | 110101 | 100011 | 101001 | 100001 |
Color Harmonies of #785B32
Complementary color
Monochromatic Colors of #785B32
Black with #785B32
Text Example
Text Example
White with #785B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B32; }
p { color: rgb(120,91,50); }
H1.HeaderClassName
{
color: #785B32;
}
.AnyTagClassName
{
color: #785B32;
}
</style>
background-color css
<style>
a { background-color: #785B32; }
a { background-color: rgb(120,91,50); }
div.DivClassName
{
background-color: #785B32;
}
.BgClassName
{
background-color: #785B32;
}
</style>
border-color css
<style>
span { border-color: #785B32; }
span { border-color: rgb(120,91,50); }
td.TdClassName
{
border-color: #785B32;
}
.TagClassName
{
border-color: #785B32;
}
</style>