Shades of Shingle Fawn #75512F
Tints of Shingle Fawn #75512F
RGB
CMYK
RGB Variations
Color information
#75512F (or 0x75512F) is known color: Shingle Fawn. HEX triplet: 75, 51 and 2F. RGB value is (117,81,47). Sum of RGB (Red+Green+Blue) = 117+81+47=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75512F is #8AAED0. Grayscale: #585858. Windows color (decimal): -9088721 or 3101045. OLE color: 3101045.
HSL color Cylindrical-coordinate representation of color #75512F: hue angle of 29.14º 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 #75512F is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 47 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.54 |
| HSL | 29.14º | 0.43% | 0.32% | - |
| HSV(B) | 29.14º | 0.6% | 0.46% | - |
| XYZ | 10.79 | 9.87 | 4.03 | - |
| YUV | 87.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 47 | 0 | 0.31 | 0.60 | 0.54 | 29.14 | 0.43 | 0.32 |
| Hex | 75 | 51 | 2F | 0 | 1F | 3C | 36 | 1D | 2B | 20 |
| Octal | 165 | 121 | 57 | 0 | 37 | 74 | 66 | 35 | 53 | 40 |
| Binary | 1110101 | 1010001 | 101111 | 0 | 11111 | 111100 | 110110 | 11101 | 101011 | 100000 |
Color Harmonies of #75512F
Complementary color
Monochromatic Colors of #75512F
Black with #75512F
Text Example
Text Example
White with #75512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75512F; }
p { color: rgb(117,81,47); }
H1.HeaderClassName
{
color: #75512F;
}
.AnyTagClassName
{
color: #75512F;
}
</style>
background-color css
<style>
a { background-color: #75512F; }
a { background-color: rgb(117,81,47); }
div.DivClassName
{
background-color: #75512F;
}
.BgClassName
{
background-color: #75512F;
}
</style>
border-color css
<style>
span { border-color: #75512F; }
span { border-color: rgb(117,81,47); }
td.TdClassName
{
border-color: #75512F;
}
.TagClassName
{
border-color: #75512F;
}
</style>