Shades of Horses Neck #755C21
Tints of Horses Neck #755C21
RGB
CMYK
RGB Variations
Color information
#755C21 (or 0x755C21) is known color: Horses Neck. HEX triplet: 75, 5C and 21. RGB value is (117,92,33). Sum of RGB (Red+Green+Blue) = 117+92+33=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #755C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755C21 is #8AA3DE. Grayscale: #5D5D5D. Windows color (decimal): -9085919 or 2186357. OLE color: 2186357.
HSL color Cylindrical-coordinate representation of color #755C21: hue angle of 42.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #755C21 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 92 | 33 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.54 |
| HSL | 42.14º | 0.56% | 0.29% | - |
| HSV(B) | 42.14º | 0.72% | 0.46% | - |
| XYZ | 11.44 | 11.55 | 3.06 | - |
| YUV | 92.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 92 | 33 | 0 | 0.21 | 0.72 | 0.54 | 42.14 | 0.56 | 0.29 |
| Hex | 75 | 5C | 21 | 0 | 15 | 48 | 36 | 2A | 38 | 1D |
| Octal | 165 | 134 | 41 | 0 | 25 | 110 | 66 | 52 | 70 | 35 |
| Binary | 1110101 | 1011100 | 100001 | 0 | 10101 | 1001000 | 110110 | 101010 | 111000 | 11101 |
Color Harmonies of #755C21
Complementary color
Monochromatic Colors of #755C21
Black with #755C21
Text Example
Text Example
White with #755C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755C21; }
p { color: rgb(117,92,33); }
H1.HeaderClassName
{
color: #755C21;
}
.AnyTagClassName
{
color: #755C21;
}
</style>
background-color css
<style>
a { background-color: #755C21; }
a { background-color: rgb(117,92,33); }
div.DivClassName
{
background-color: #755C21;
}
.BgClassName
{
background-color: #755C21;
}
</style>
border-color css
<style>
span { border-color: #755C21; }
span { border-color: rgb(117,92,33); }
td.TdClassName
{
border-color: #755C21;
}
.TagClassName
{
border-color: #755C21;
}
</style>