Shades of Horses Neck #755C2D
Tints of Horses Neck #755C2D
RGB
CMYK
RGB Variations
Color information
#755C2D (or 0x755C2D) is known color: Horses Neck. HEX triplet: 75, 5C and 2D. RGB value is (117,92,45). Sum of RGB (Red+Green+Blue) = 117+92+45=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #755C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C2D is #8AA3D2. Grayscale: #5E5E5E. Windows color (decimal): -9085907 or 2972789. OLE color: 2972789.
HSL color Cylindrical-coordinate representation of color #755C2D: hue angle of 39.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #755C2D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 45 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.54 |
| HSL | 39.17º | 0.44% | 0.32% | - |
| HSV(B) | 39.17º | 0.62% | 0.46% | - |
| XYZ | 11.64 | 11.63 | 4.11 | - |
| YUV | 94.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 45 | 0 | 0.21 | 0.62 | 0.54 | 39.17 | 0.44 | 0.32 |
| Hex | 75 | 5C | 2D | 0 | 15 | 3E | 36 | 27 | 2C | 20 |
| Octal | 165 | 134 | 55 | 0 | 25 | 76 | 66 | 47 | 54 | 40 |
| Binary | 1110101 | 1011100 | 101101 | 0 | 10101 | 111110 | 110110 | 100111 | 101100 | 100000 |
Color Harmonies of #755C2D
Complementary color
Monochromatic Colors of #755C2D
Black with #755C2D
Text Example
Text Example
White with #755C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C2D; }
p { color: rgb(117,92,45); }
H1.HeaderClassName
{
color: #755C2D;
}
.AnyTagClassName
{
color: #755C2D;
}
</style>
background-color css
<style>
a { background-color: #755C2D; }
a { background-color: rgb(117,92,45); }
div.DivClassName
{
background-color: #755C2D;
}
.BgClassName
{
background-color: #755C2D;
}
</style>
border-color css
<style>
span { border-color: #755C2D; }
span { border-color: rgb(117,92,45); }
td.TdClassName
{
border-color: #755C2D;
}
.TagClassName
{
border-color: #755C2D;
}
</style>