Shades of Horses Neck #755A2B
Tints of Horses Neck #755A2B
RGB
CMYK
RGB Variations
Color information
#755A2B (or 0x755A2B) is known color: Horses Neck. HEX triplet: 75, 5A and 2B. RGB value is (117,90,43). Sum of RGB (Red+Green+Blue) = 117+90+43=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #755A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A2B is #8AA5D4. Grayscale: #5C5C5C. Windows color (decimal): -9086421 or 2841205. OLE color: 2841205.
HSL color Cylindrical-coordinate representation of color #755A2B: hue angle of 38.11º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #755A2B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 43 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.54 |
| HSL | 38.11º | 0.46% | 0.31% | - |
| HSV(B) | 38.11º | 0.63% | 0.46% | - |
| XYZ | 11.43 | 11.27 | 3.86 | - |
| YUV | 92.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 43 | 0 | 0.23 | 0.63 | 0.54 | 38.11 | 0.46 | 0.31 |
| Hex | 75 | 5A | 2B | 0 | 17 | 3F | 36 | 26 | 2E | 1F |
| Octal | 165 | 132 | 53 | 0 | 27 | 77 | 66 | 46 | 56 | 37 |
| Binary | 1110101 | 1011010 | 101011 | 0 | 10111 | 111111 | 110110 | 100110 | 101110 | 11111 |
Color Harmonies of #755A2B
Complementary color
Monochromatic Colors of #755A2B
Black with #755A2B
Text Example
Text Example
White with #755A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A2B; }
p { color: rgb(117,90,43); }
H1.HeaderClassName
{
color: #755A2B;
}
.AnyTagClassName
{
color: #755A2B;
}
</style>
background-color css
<style>
a { background-color: #755A2B; }
a { background-color: rgb(117,90,43); }
div.DivClassName
{
background-color: #755A2B;
}
.BgClassName
{
background-color: #755A2B;
}
</style>
border-color css
<style>
span { border-color: #755A2B; }
span { border-color: rgb(117,90,43); }
td.TdClassName
{
border-color: #755A2B;
}
.TagClassName
{
border-color: #755A2B;
}
</style>