Shades of Shingle Fawn #75512D
Tints of Shingle Fawn #75512D
RGB
CMYK
RGB Variations
Color information
#75512D (or 0x75512D) is known color: Shingle Fawn. HEX triplet: 75, 51 and 2D. RGB value is (117,81,45). Sum of RGB (Red+Green+Blue) = 117+81+45=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #75512D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75512D is #8AAED2. Grayscale: #575757. Windows color (decimal): -9088723 or 2969973. OLE color: 2969973.
HSL color Cylindrical-coordinate representation of color #75512D: hue angle of 30º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75512D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 45 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.54 |
| HSL | 30º | 0.44% | 0.32% | - |
| HSV(B) | 30º | 0.62% | 0.46% | - |
| XYZ | 10.75 | 9.86 | 3.82 | - |
| YUV | 87.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 45 | 0 | 0.31 | 0.62 | 0.54 | 30 | 0.44 | 0.32 |
| Hex | 75 | 51 | 2D | 0 | 1F | 3E | 36 | 1E | 2C | 20 |
| Octal | 165 | 121 | 55 | 0 | 37 | 76 | 66 | 36 | 54 | 40 |
| Binary | 1110101 | 1010001 | 101101 | 0 | 11111 | 111110 | 110110 | 11110 | 101100 | 100000 |
Color Harmonies of #75512D
Complementary color
Monochromatic Colors of #75512D
Black with #75512D
Text Example
Text Example
White with #75512D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75512D; }
p { color: rgb(117,81,45); }
H1.HeaderClassName
{
color: #75512D;
}
.AnyTagClassName
{
color: #75512D;
}
</style>
background-color css
<style>
a { background-color: #75512D; }
a { background-color: rgb(117,81,45); }
div.DivClassName
{
background-color: #75512D;
}
.BgClassName
{
background-color: #75512D;
}
</style>
border-color css
<style>
span { border-color: #75512D; }
span { border-color: rgb(117,81,45); }
td.TdClassName
{
border-color: #75512D;
}
.TagClassName
{
border-color: #75512D;
}
</style>