Shades of Horses Neck #75591B
Tints of Horses Neck #75591B
RGB
CMYK
RGB Variations
Color information
#75591B (or 0x75591B) is known color: Horses Neck. HEX triplet: 75, 59 and 1B. RGB value is (117,89,27). Sum of RGB (Red+Green+Blue) = 117+89+27=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75591B is #8AA6E4. Grayscale: #5A5A5A. Windows color (decimal): -9086693 or 1792373. OLE color: 1792373.
HSL color Cylindrical-coordinate representation of color #75591B: hue angle of 41.33º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75591B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 89 | 27 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.54 |
| HSL | 41.33º | 0.63% | 0.28% | - |
| HSV(B) | 41.33º | 0.77% | 0.46% | - |
| XYZ | 11.11 | 11.01 | 2.58 | - |
| YUV | 90.3 | 92.28 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 89 | 27 | 0 | 0.24 | 0.77 | 0.54 | 41.33 | 0.63 | 0.28 |
| Hex | 75 | 59 | 1B | 0 | 18 | 4D | 36 | 29 | 3E | 1C |
| Octal | 165 | 131 | 33 | 0 | 30 | 115 | 66 | 51 | 76 | 34 |
| Binary | 1110101 | 1011001 | 11011 | 0 | 11000 | 1001101 | 110110 | 101001 | 111110 | 11100 |
Color Harmonies of #75591B
Complementary color
Monochromatic Colors of #75591B
Black with #75591B
Text Example
Text Example
White with #75591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75591B; }
p { color: rgb(117,89,27); }
H1.HeaderClassName
{
color: #75591B;
}
.AnyTagClassName
{
color: #75591B;
}
</style>
background-color css
<style>
a { background-color: #75591B; }
a { background-color: rgb(117,89,27); }
div.DivClassName
{
background-color: #75591B;
}
.BgClassName
{
background-color: #75591B;
}
</style>
border-color css
<style>
span { border-color: #75591B; }
span { border-color: rgb(117,89,27); }
td.TdClassName
{
border-color: #75591B;
}
.TagClassName
{
border-color: #75591B;
}
</style>