Shades of Horses Neck #75562C
Tints of Horses Neck #75562C
RGB
CMYK
RGB Variations
Color information
#75562C (or 0x75562C) is known color: Horses Neck. HEX triplet: 75, 56 and 2C. RGB value is (117,86,44). Sum of RGB (Red+Green+Blue) = 117+86+44=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75562C is #8AA9D3. Grayscale: #5A5A5A. Windows color (decimal): -9087444 or 2905717. OLE color: 2905717.
HSL color Cylindrical-coordinate representation of color #75562C: hue angle of 34.52º 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 #75562C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 44 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.54 |
| HSL | 34.52º | 0.45% | 0.32% | - |
| HSV(B) | 34.52º | 0.62% | 0.46% | - |
| XYZ | 11.12 | 10.62 | 3.85 | - |
| YUV | 90.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 44 | 0 | 0.26 | 0.62 | 0.54 | 34.52 | 0.45 | 0.32 |
| Hex | 75 | 56 | 2C | 0 | 1A | 3E | 36 | 23 | 2D | 20 |
| Octal | 165 | 126 | 54 | 0 | 32 | 76 | 66 | 43 | 55 | 40 |
| Binary | 1110101 | 1010110 | 101100 | 0 | 11010 | 111110 | 110110 | 100011 | 101101 | 100000 |
Color Harmonies of #75562C
Complementary color
Monochromatic Colors of #75562C
Black with #75562C
Text Example
Text Example
White with #75562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75562C; }
p { color: rgb(117,86,44); }
H1.HeaderClassName
{
color: #75562C;
}
.AnyTagClassName
{
color: #75562C;
}
</style>
background-color css
<style>
a { background-color: #75562C; }
a { background-color: rgb(117,86,44); }
div.DivClassName
{
background-color: #75562C;
}
.BgClassName
{
background-color: #75562C;
}
</style>
border-color css
<style>
span { border-color: #75562C; }
span { border-color: rgb(117,86,44); }
td.TdClassName
{
border-color: #75562C;
}
.TagClassName
{
border-color: #75562C;
}
</style>