Shades of Shingle Fawn #75552F
Tints of Shingle Fawn #75552F
RGB
CMYK
RGB Variations
Color information
#75552F (or 0x75552F) is known color: Shingle Fawn. HEX triplet: 75, 55 and 2F. RGB value is (117,85,47). Sum of RGB (Red+Green+Blue) = 117+85+47=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #75552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75552F is #8AAAD0. Grayscale: #5A5A5A. Windows color (decimal): -9087697 or 3102069. OLE color: 3102069.
HSL color Cylindrical-coordinate representation of color #75552F: hue angle of 32.57º 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 #75552F is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 85 | 47 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.54 |
| HSL | 32.57º | 0.43% | 0.32% | - |
| HSV(B) | 32.57º | 0.6% | 0.46% | - |
| XYZ | 11.1 | 10.48 | 4.13 | - |
| YUV | 90.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 85 | 47 | 0 | 0.27 | 0.60 | 0.54 | 32.57 | 0.43 | 0.32 |
| Hex | 75 | 55 | 2F | 0 | 1B | 3C | 36 | 21 | 2B | 20 |
| Octal | 165 | 125 | 57 | 0 | 33 | 74 | 66 | 41 | 53 | 40 |
| Binary | 1110101 | 1010101 | 101111 | 0 | 11011 | 111100 | 110110 | 100001 | 101011 | 100000 |
Color Harmonies of #75552F
Complementary color
Monochromatic Colors of #75552F
Black with #75552F
Text Example
Text Example
White with #75552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75552F; }
p { color: rgb(117,85,47); }
H1.HeaderClassName
{
color: #75552F;
}
.AnyTagClassName
{
color: #75552F;
}
</style>
background-color css
<style>
a { background-color: #75552F; }
a { background-color: rgb(117,85,47); }
div.DivClassName
{
background-color: #75552F;
}
.BgClassName
{
background-color: #75552F;
}
</style>
border-color css
<style>
span { border-color: #75552F; }
span { border-color: rgb(117,85,47); }
td.TdClassName
{
border-color: #75552F;
}
.TagClassName
{
border-color: #75552F;
}
</style>