Shades of Horses Neck #755B1F
Tints of Horses Neck #755B1F
RGB
CMYK
RGB Variations
Color information
#755B1F (or 0x755B1F) is known color: Horses Neck. HEX triplet: 75, 5B and 1F. RGB value is (117,91,31). Sum of RGB (Red+Green+Blue) = 117+91+31=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #755B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B1F is #8AA4E0. Grayscale: #5C5C5C. Windows color (decimal): -9086177 or 2055029. OLE color: 2055029.
HSL color Cylindrical-coordinate representation of color #755B1F: hue angle of 41.86º degrees, saturation: 0.58, 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 #755B1F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 31 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.54 |
| HSL | 41.86º | 0.58% | 0.29% | - |
| HSV(B) | 41.86º | 0.74% | 0.46% | - |
| XYZ | 11.32 | 11.36 | 2.89 | - |
| YUV | 91.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 31 | 0 | 0.22 | 0.74 | 0.54 | 41.86 | 0.58 | 0.29 |
| Hex | 75 | 5B | 1F | 0 | 16 | 4A | 36 | 2A | 3A | 1D |
| Octal | 165 | 133 | 37 | 0 | 26 | 112 | 66 | 52 | 72 | 35 |
| Binary | 1110101 | 1011011 | 11111 | 0 | 10110 | 1001010 | 110110 | 101010 | 111010 | 11101 |
Color Harmonies of #755B1F
Complementary color
Monochromatic Colors of #755B1F
Black with #755B1F
Text Example
Text Example
White with #755B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B1F; }
p { color: rgb(117,91,31); }
H1.HeaderClassName
{
color: #755B1F;
}
.AnyTagClassName
{
color: #755B1F;
}
</style>
background-color css
<style>
a { background-color: #755B1F; }
a { background-color: rgb(117,91,31); }
div.DivClassName
{
background-color: #755B1F;
}
.BgClassName
{
background-color: #755B1F;
}
</style>
border-color css
<style>
span { border-color: #755B1F; }
span { border-color: rgb(117,91,31); }
td.TdClassName
{
border-color: #755B1F;
}
.TagClassName
{
border-color: #755B1F;
}
</style>