Shades of Horses Neck #755D23
Tints of Horses Neck #755D23
RGB
CMYK
RGB Variations
Color information
#755D23 (or 0x755D23) is known color: Horses Neck. HEX triplet: 75, 5D and 23. RGB value is (117,93,35). Sum of RGB (Red+Green+Blue) = 117+93+35=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #755D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755D23 is #8AA2DC. Grayscale: #5D5D5D. Windows color (decimal): -9085661 or 2317685. OLE color: 2317685.
HSL color Cylindrical-coordinate representation of color #755D23: hue angle of 42.44º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #755D23 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 93 | 35 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.54 |
| HSL | 42.44º | 0.54% | 0.3% | - |
| HSV(B) | 42.44º | 0.7% | 0.46% | - |
| XYZ | 11.55 | 11.73 | 3.25 | - |
| YUV | 93.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 93 | 35 | 0 | 0.21 | 0.70 | 0.54 | 42.44 | 0.54 | 0.3 |
| Hex | 75 | 5D | 23 | 0 | 15 | 46 | 36 | 2A | 36 | 1E |
| Octal | 165 | 135 | 43 | 0 | 25 | 106 | 66 | 52 | 66 | 36 |
| Binary | 1110101 | 1011101 | 100011 | 0 | 10101 | 1000110 | 110110 | 101010 | 110110 | 11110 |
Color Harmonies of #755D23
Complementary color
Monochromatic Colors of #755D23
Black with #755D23
Text Example
Text Example
White with #755D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755D23; }
p { color: rgb(117,93,35); }
H1.HeaderClassName
{
color: #755D23;
}
.AnyTagClassName
{
color: #755D23;
}
</style>
background-color css
<style>
a { background-color: #755D23; }
a { background-color: rgb(117,93,35); }
div.DivClassName
{
background-color: #755D23;
}
.BgClassName
{
background-color: #755D23;
}
</style>
border-color css
<style>
span { border-color: #755D23; }
span { border-color: rgb(117,93,35); }
td.TdClassName
{
border-color: #755D23;
}
.TagClassName
{
border-color: #755D23;
}
</style>