Shades of Shingle Fawn #785830
Tints of Shingle Fawn #785830
RGB
CMYK
RGB Variations
Color information
#785830 (or 0x785830) is known color: Shingle Fawn. HEX triplet: 78, 58 and 30. RGB value is (120,88,48). Sum of RGB (Red+Green+Blue) = 120+88+48=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785830 is #87A7CF. Grayscale: #5D5D5D. Windows color (decimal): -8890320 or 3168376. OLE color: 3168376.
HSL color Cylindrical-coordinate representation of color #785830: hue angle of 33.33º 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 #785830 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 88 | 48 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.53 |
| HSL | 33.33º | 0.43% | 0.33% | - |
| HSV(B) | 33.33º | 0.6% | 0.47% | - |
| XYZ | 11.77 | 11.19 | 4.34 | - |
| YUV | 93.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 88 | 48 | 0 | 0.27 | 0.60 | 0.53 | 33.33 | 0.43 | 0.33 |
| Hex | 78 | 58 | 30 | 0 | 1B | 3C | 35 | 21 | 2B | 21 |
| Octal | 170 | 130 | 60 | 0 | 33 | 74 | 65 | 41 | 53 | 41 |
| Binary | 1111000 | 1011000 | 110000 | 0 | 11011 | 111100 | 110101 | 100001 | 101011 | 100001 |
Color Harmonies of #785830
Complementary color
Monochromatic Colors of #785830
Black with #785830
Text Example
Text Example
White with #785830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785830; }
p { color: rgb(120,88,48); }
H1.HeaderClassName
{
color: #785830;
}
.AnyTagClassName
{
color: #785830;
}
</style>
background-color css
<style>
a { background-color: #785830; }
a { background-color: rgb(120,88,48); }
div.DivClassName
{
background-color: #785830;
}
.BgClassName
{
background-color: #785830;
}
</style>
border-color css
<style>
span { border-color: #785830; }
span { border-color: rgb(120,88,48); }
td.TdClassName
{
border-color: #785830;
}
.TagClassName
{
border-color: #785830;
}
</style>