Shades of Horses Neck #75542C
Tints of Horses Neck #75542C
RGB
CMYK
RGB Variations
Color information
#75542C (or 0x75542C) is known color: Horses Neck. HEX triplet: 75, 54 and 2C. RGB value is (117,84,44). Sum of RGB (Red+Green+Blue) = 117+84+44=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #75542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75542C is #8AABD3. Grayscale: #595959. Windows color (decimal): -9087956 or 2905205. OLE color: 2905205.
HSL color Cylindrical-coordinate representation of color #75542C: hue angle of 32.88º degrees, saturation: 0.45, 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 #75542C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 84 | 44 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.54 |
| HSL | 32.88º | 0.45% | 0.32% | - |
| HSV(B) | 32.88º | 0.62% | 0.46% | - |
| XYZ | 10.96 | 10.3 | 3.79 | - |
| YUV | 89.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 44 | 0 | 0.28 | 0.62 | 0.54 | 32.88 | 0.45 | 0.32 |
| Hex | 75 | 54 | 2C | 0 | 1C | 3E | 36 | 21 | 2D | 20 |
| Octal | 165 | 124 | 54 | 0 | 34 | 76 | 66 | 41 | 55 | 40 |
| Binary | 1110101 | 1010100 | 101100 | 0 | 11100 | 111110 | 110110 | 100001 | 101101 | 100000 |
Color Harmonies of #75542C
Complementary color
Monochromatic Colors of #75542C
Black with #75542C
Text Example
Text Example
White with #75542C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75542C; }
p { color: rgb(117,84,44); }
H1.HeaderClassName
{
color: #75542C;
}
.AnyTagClassName
{
color: #75542C;
}
</style>
background-color css
<style>
a { background-color: #75542C; }
a { background-color: rgb(117,84,44); }
div.DivClassName
{
background-color: #75542C;
}
.BgClassName
{
background-color: #75542C;
}
</style>
border-color css
<style>
span { border-color: #75542C; }
span { border-color: rgb(117,84,44); }
td.TdClassName
{
border-color: #75542C;
}
.TagClassName
{
border-color: #75542C;
}
</style>