Shades of Horses Neck #755B21
Tints of Horses Neck #755B21
RGB
CMYK
RGB Variations
Color information
#755B21 (or 0x755B21) is known color: Horses Neck. HEX triplet: 75, 5B and 21. RGB value is (117,91,33). Sum of RGB (Red+Green+Blue) = 117+91+33=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #755B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B21 is #8AA4DE. Grayscale: #5C5C5C. Windows color (decimal): -9086175 or 2186101. OLE color: 2186101.
HSL color Cylindrical-coordinate representation of color #755B21: hue angle of 41.43º 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 #755B21 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 33 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.54 |
| HSL | 41.43º | 0.56% | 0.29% | - |
| HSV(B) | 41.43º | 0.72% | 0.46% | - |
| XYZ | 11.35 | 11.37 | 3.04 | - |
| YUV | 92.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 33 | 0 | 0.22 | 0.72 | 0.54 | 41.43 | 0.56 | 0.29 |
| Hex | 75 | 5B | 21 | 0 | 16 | 48 | 36 | 29 | 38 | 1D |
| Octal | 165 | 133 | 41 | 0 | 26 | 110 | 66 | 51 | 70 | 35 |
| Binary | 1110101 | 1011011 | 100001 | 0 | 10110 | 1001000 | 110110 | 101001 | 111000 | 11101 |
Color Harmonies of #755B21
Complementary color
Monochromatic Colors of #755B21
Black with #755B21
Text Example
Text Example
White with #755B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B21; }
p { color: rgb(117,91,33); }
H1.HeaderClassName
{
color: #755B21;
}
.AnyTagClassName
{
color: #755B21;
}
</style>
background-color css
<style>
a { background-color: #755B21; }
a { background-color: rgb(117,91,33); }
div.DivClassName
{
background-color: #755B21;
}
.BgClassName
{
background-color: #755B21;
}
</style>
border-color css
<style>
span { border-color: #755B21; }
span { border-color: rgb(117,91,33); }
td.TdClassName
{
border-color: #755B21;
}
.TagClassName
{
border-color: #755B21;
}
</style>