Shades of Shingle Fawn #755A37
Tints of Shingle Fawn #755A37
RGB
CMYK
RGB Variations
Color information
#755A37 (or 0x755A37) is known color: Shingle Fawn. HEX triplet: 75, 5A and 37. RGB value is (117,90,55). Sum of RGB (Red+Green+Blue) = 117+90+55=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #755A37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A37 is #8AA5C8. Grayscale: #5E5E5E. Windows color (decimal): -9086409 or 3627637. OLE color: 3627637.
HSL color Cylindrical-coordinate representation of color #755A37: hue angle of 33.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #755A37 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 55 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.54 |
| HSL | 33.87º | 0.36% | 0.34% | - |
| HSV(B) | 33.87º | 0.53% | 0.46% | - |
| XYZ | 11.68 | 11.37 | 5.19 | - |
| YUV | 94.08 | 105.95 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 55 | 0 | 0.23 | 0.53 | 0.54 | 33.87 | 0.36 | 0.34 |
| Hex | 75 | 5A | 37 | 0 | 17 | 35 | 36 | 22 | 24 | 22 |
| Octal | 165 | 132 | 67 | 0 | 27 | 65 | 66 | 42 | 44 | 42 |
| Binary | 1110101 | 1011010 | 110111 | 0 | 10111 | 110101 | 110110 | 100010 | 100100 | 100010 |
Color Harmonies of #755A37
Complementary color
Monochromatic Colors of #755A37
Black with #755A37
Text Example
Text Example
White with #755A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A37; }
p { color: rgb(117,90,55); }
H1.HeaderClassName
{
color: #755A37;
}
.AnyTagClassName
{
color: #755A37;
}
</style>
background-color css
<style>
a { background-color: #755A37; }
a { background-color: rgb(117,90,55); }
div.DivClassName
{
background-color: #755A37;
}
.BgClassName
{
background-color: #755A37;
}
</style>
border-color css
<style>
span { border-color: #755A37; }
span { border-color: rgb(117,90,55); }
td.TdClassName
{
border-color: #755A37;
}
.TagClassName
{
border-color: #755A37;
}
</style>