Shades of Shingle Fawn #755932
Tints of Shingle Fawn #755932
RGB
CMYK
RGB Variations
Color information
#755932 (or 0x755932) is known color: Shingle Fawn. HEX triplet: 75, 59 and 32. RGB value is (117,89,50). Sum of RGB (Red+Green+Blue) = 117+89+50=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #755932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755932 is #8AA6CD. Grayscale: #5D5D5D. Windows color (decimal): -9086670 or 3299701. OLE color: 3299701.
HSL color Cylindrical-coordinate representation of color #755932: hue angle of 34.93º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #755932 is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 50 | - |
| CMYK | 0 | 0.24 | 0.57 | 0.54 |
| HSL | 34.93º | 0.4% | 0.33% | - |
| HSV(B) | 34.93º | 0.57% | 0.46% | - |
| XYZ | 11.48 | 11.16 | 4.57 | - |
| YUV | 92.93 | 103.78 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 50 | 0 | 0.24 | 0.57 | 0.54 | 34.93 | 0.4 | 0.33 |
| Hex | 75 | 59 | 32 | 0 | 18 | 39 | 36 | 23 | 28 | 21 |
| Octal | 165 | 131 | 62 | 0 | 30 | 71 | 66 | 43 | 50 | 41 |
| Binary | 1110101 | 1011001 | 110010 | 0 | 11000 | 111001 | 110110 | 100011 | 101000 | 100001 |
Color Harmonies of #755932
Complementary color
Monochromatic Colors of #755932
Black with #755932
Text Example
Text Example
White with #755932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755932; }
p { color: rgb(117,89,50); }
H1.HeaderClassName
{
color: #755932;
}
.AnyTagClassName
{
color: #755932;
}
</style>
background-color css
<style>
a { background-color: #755932; }
a { background-color: rgb(117,89,50); }
div.DivClassName
{
background-color: #755932;
}
.BgClassName
{
background-color: #755932;
}
</style>
border-color css
<style>
span { border-color: #755932; }
span { border-color: rgb(117,89,50); }
td.TdClassName
{
border-color: #755932;
}
.TagClassName
{
border-color: #755932;
}
</style>