Shades of Shingle Fawn #785533
Tints of Shingle Fawn #785533
RGB
CMYK
RGB Variations
Color information
#785533 (or 0x785533) is known color: Shingle Fawn. HEX triplet: 78, 55 and 33. RGB value is (120,85,51). Sum of RGB (Red+Green+Blue) = 120+85+51=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785533 is #87AACC. Grayscale: #5B5B5B. Windows color (decimal): -8891085 or 3364216. OLE color: 3364216.
HSL color Cylindrical-coordinate representation of color #785533: hue angle of 29.57º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785533 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 85 | 51 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.53 |
| HSL | 29.57º | 0.4% | 0.34% | - |
| HSV(B) | 29.57º | 0.58% | 0.47% | - |
| XYZ | 11.59 | 10.73 | 4.59 | - |
| YUV | 91.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 85 | 51 | 0 | 0.29 | 0.58 | 0.53 | 29.57 | 0.4 | 0.34 |
| Hex | 78 | 55 | 33 | 0 | 1D | 3A | 35 | 1E | 28 | 22 |
| Octal | 170 | 125 | 63 | 0 | 35 | 72 | 65 | 36 | 50 | 42 |
| Binary | 1111000 | 1010101 | 110011 | 0 | 11101 | 111010 | 110101 | 11110 | 101000 | 100010 |
Color Harmonies of #785533
Complementary color
Monochromatic Colors of #785533
Black with #785533
Text Example
Text Example
White with #785533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785533; }
p { color: rgb(120,85,51); }
H1.HeaderClassName
{
color: #785533;
}
.AnyTagClassName
{
color: #785533;
}
</style>
background-color css
<style>
a { background-color: #785533; }
a { background-color: rgb(120,85,51); }
div.DivClassName
{
background-color: #785533;
}
.BgClassName
{
background-color: #785533;
}
</style>
border-color css
<style>
span { border-color: #785533; }
span { border-color: rgb(120,85,51); }
td.TdClassName
{
border-color: #785533;
}
.TagClassName
{
border-color: #785533;
}
</style>