Shades of Shingle Fawn #75562F
Tints of Shingle Fawn #75562F
RGB
CMYK
RGB Variations
Color information
#75562F (or 0x75562F) is known color: Shingle Fawn. HEX triplet: 75, 56 and 2F. RGB value is (117,86,47). Sum of RGB (Red+Green+Blue) = 117+86+47=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75562F is #8AA9D0. Grayscale: #5B5B5B. Windows color (decimal): -9087441 or 3102325. OLE color: 3102325.
HSL color Cylindrical-coordinate representation of color #75562F: hue angle of 33.43º 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 #75562F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 47 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.54 |
| HSL | 33.43º | 0.43% | 0.32% | - |
| HSV(B) | 33.43º | 0.6% | 0.46% | - |
| XYZ | 11.18 | 10.64 | 4.15 | - |
| YUV | 90.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 47 | 0 | 0.26 | 0.60 | 0.54 | 33.43 | 0.43 | 0.32 |
| Hex | 75 | 56 | 2F | 0 | 1A | 3C | 36 | 21 | 2B | 20 |
| Octal | 165 | 126 | 57 | 0 | 32 | 74 | 66 | 41 | 53 | 40 |
| Binary | 1110101 | 1010110 | 101111 | 0 | 11010 | 111100 | 110110 | 100001 | 101011 | 100000 |
Color Harmonies of #75562F
Complementary color
Monochromatic Colors of #75562F
Black with #75562F
Text Example
Text Example
White with #75562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75562F; }
p { color: rgb(117,86,47); }
H1.HeaderClassName
{
color: #75562F;
}
.AnyTagClassName
{
color: #75562F;
}
</style>
background-color css
<style>
a { background-color: #75562F; }
a { background-color: rgb(117,86,47); }
div.DivClassName
{
background-color: #75562F;
}
.BgClassName
{
background-color: #75562F;
}
</style>
border-color css
<style>
span { border-color: #75562F; }
span { border-color: rgb(117,86,47); }
td.TdClassName
{
border-color: #75562F;
}
.TagClassName
{
border-color: #75562F;
}
</style>