Shades of Shingle Fawn #75592F
Tints of Shingle Fawn #75592F
RGB
CMYK
RGB Variations
Color information
#75592F (or 0x75592F) is known color: Shingle Fawn. HEX triplet: 75, 59 and 2F. RGB value is (117,89,47). Sum of RGB (Red+Green+Blue) = 117+89+47=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #75592F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75592F is #8AA6D0. Grayscale: #5C5C5C. Windows color (decimal): -9086673 or 3103093. OLE color: 3103093.
HSL color Cylindrical-coordinate representation of color #75592F: hue angle of 36º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #75592F is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 47 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.54 |
| HSL | 36º | 0.43% | 0.32% | - |
| HSV(B) | 36º | 0.6% | 0.46% | - |
| XYZ | 11.42 | 11.13 | 4.24 | - |
| YUV | 92.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 47 | 0 | 0.24 | 0.60 | 0.54 | 36 | 0.43 | 0.32 |
| Hex | 75 | 59 | 2F | 0 | 18 | 3C | 36 | 24 | 2B | 20 |
| Octal | 165 | 131 | 57 | 0 | 30 | 74 | 66 | 44 | 53 | 40 |
| Binary | 1110101 | 1011001 | 101111 | 0 | 11000 | 111100 | 110110 | 100100 | 101011 | 100000 |
Color Harmonies of #75592F
Complementary color
Monochromatic Colors of #75592F
Black with #75592F
Text Example
Text Example
White with #75592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75592F; }
p { color: rgb(117,89,47); }
H1.HeaderClassName
{
color: #75592F;
}
.AnyTagClassName
{
color: #75592F;
}
</style>
background-color css
<style>
a { background-color: #75592F; }
a { background-color: rgb(117,89,47); }
div.DivClassName
{
background-color: #75592F;
}
.BgClassName
{
background-color: #75592F;
}
</style>
border-color css
<style>
span { border-color: #75592F; }
span { border-color: rgb(117,89,47); }
td.TdClassName
{
border-color: #75592F;
}
.TagClassName
{
border-color: #75592F;
}
</style>