Shades of Shingle Fawn #755D40
Tints of Shingle Fawn #755D40
RGB
CMYK
RGB Variations
Color information
#755D40 (or 0x755D40) is known color: Shingle Fawn. HEX triplet: 75, 5D and 40. RGB value is (117,93,64). Sum of RGB (Red+Green+Blue) = 117+93+64=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #755D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D40 is #8AA2BF. Grayscale: #616161. Windows color (decimal): -9085632 or 4218229. OLE color: 4218229.
HSL color Cylindrical-coordinate representation of color #755D40: hue angle of 32.83º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #755D40 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 64 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.54 |
| HSL | 32.83º | 0.29% | 0.35% | - |
| HSV(B) | 32.83º | 0.45% | 0.46% | - |
| XYZ | 12.18 | 11.98 | 6.52 | - |
| YUV | 96.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 64 | 0 | 0.21 | 0.45 | 0.54 | 32.83 | 0.29 | 0.35 |
| Hex | 75 | 5D | 40 | 0 | 15 | 2D | 36 | 21 | 1D | 23 |
| Octal | 165 | 135 | 100 | 0 | 25 | 55 | 66 | 41 | 35 | 43 |
| Binary | 1110101 | 1011101 | 1000000 | 0 | 10101 | 101101 | 110110 | 100001 | 11101 | 100011 |
Color Harmonies of #755D40
Complementary color
Monochromatic Colors of #755D40
Black with #755D40
Text Example
Text Example
White with #755D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D40; }
p { color: rgb(117,93,64); }
H1.HeaderClassName
{
color: #755D40;
}
.AnyTagClassName
{
color: #755D40;
}
</style>
background-color css
<style>
a { background-color: #755D40; }
a { background-color: rgb(117,93,64); }
div.DivClassName
{
background-color: #755D40;
}
.BgClassName
{
background-color: #755D40;
}
</style>
border-color css
<style>
span { border-color: #755D40; }
span { border-color: rgb(117,93,64); }
td.TdClassName
{
border-color: #755D40;
}
.TagClassName
{
border-color: #755D40;
}
</style>