Shades of Horses Neck #75561E
Tints of Horses Neck #75561E
RGB
CMYK
RGB Variations
Color information
#75561E (or 0x75561E) is known color: Horses Neck. HEX triplet: 75, 56 and 1E. RGB value is (117,86,30). Sum of RGB (Red+Green+Blue) = 117+86+30=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75561E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75561E is #8AA9E1. Grayscale: #595959. Windows color (decimal): -9087458 or 1988213. OLE color: 1988213.
HSL color Cylindrical-coordinate representation of color #75561E: hue angle of 38.62º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75561E is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 30 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.54 |
| HSL | 38.62º | 0.59% | 0.29% | - |
| HSV(B) | 38.62º | 0.74% | 0.46% | - |
| XYZ | 10.9 | 10.53 | 2.69 | - |
| YUV | 88.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 30 | 0 | 0.26 | 0.74 | 0.54 | 38.62 | 0.59 | 0.29 |
| Hex | 75 | 56 | 1E | 0 | 1A | 4A | 36 | 27 | 3B | 1D |
| Octal | 165 | 126 | 36 | 0 | 32 | 112 | 66 | 47 | 73 | 35 |
| Binary | 1110101 | 1010110 | 11110 | 0 | 11010 | 1001010 | 110110 | 100111 | 111011 | 11101 |
Color Harmonies of #75561E
Complementary color
Monochromatic Colors of #75561E
Black with #75561E
Text Example
Text Example
White with #75561E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75561E; }
p { color: rgb(117,86,30); }
H1.HeaderClassName
{
color: #75561E;
}
.AnyTagClassName
{
color: #75561E;
}
</style>
background-color css
<style>
a { background-color: #75561E; }
a { background-color: rgb(117,86,30); }
div.DivClassName
{
background-color: #75561E;
}
.BgClassName
{
background-color: #75561E;
}
</style>
border-color css
<style>
span { border-color: #75561E; }
span { border-color: rgb(117,86,30); }
td.TdClassName
{
border-color: #75561E;
}
.TagClassName
{
border-color: #75561E;
}
</style>