Shades of Horses Neck #75591C
Tints of Horses Neck #75591C
RGB
CMYK
RGB Variations
Color information
#75591C (or 0x75591C) is known color: Horses Neck. HEX triplet: 75, 59 and 1C. RGB value is (117,89,28). Sum of RGB (Red+Green+Blue) = 117+89+28=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75591C is #8AA6E3. Grayscale: #5A5A5A. Windows color (decimal): -9086692 or 1857909. OLE color: 1857909.
HSL color Cylindrical-coordinate representation of color #75591C: hue angle of 41.12º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75591C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 28 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.54 |
| HSL | 41.12º | 0.61% | 0.28% | - |
| HSV(B) | 41.12º | 0.76% | 0.46% | - |
| XYZ | 11.12 | 11.01 | 2.64 | - |
| YUV | 90.42 | 92.78 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 28 | 0 | 0.24 | 0.76 | 0.54 | 41.12 | 0.61 | 0.28 |
| Hex | 75 | 59 | 1C | 0 | 18 | 4C | 36 | 29 | 3D | 1C |
| Octal | 165 | 131 | 34 | 0 | 30 | 114 | 66 | 51 | 75 | 34 |
| Binary | 1110101 | 1011001 | 11100 | 0 | 11000 | 1001100 | 110110 | 101001 | 111101 | 11100 |
Color Harmonies of #75591C
Complementary color
Monochromatic Colors of #75591C
Black with #75591C
Text Example
Text Example
White with #75591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75591C; }
p { color: rgb(117,89,28); }
H1.HeaderClassName
{
color: #75591C;
}
.AnyTagClassName
{
color: #75591C;
}
</style>
background-color css
<style>
a { background-color: #75591C; }
a { background-color: rgb(117,89,28); }
div.DivClassName
{
background-color: #75591C;
}
.BgClassName
{
background-color: #75591C;
}
</style>
border-color css
<style>
span { border-color: #75591C; }
span { border-color: rgb(117,89,28); }
td.TdClassName
{
border-color: #75591C;
}
.TagClassName
{
border-color: #75591C;
}
</style>