Shades of Horses Neck #755A28
Tints of Horses Neck #755A28
RGB
CMYK
RGB Variations
Color information
#755A28 (or 0x755A28) is known color: Horses Neck. HEX triplet: 75, 5A and 28. RGB value is (117,90,40). Sum of RGB (Red+Green+Blue) = 117+90+40=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #755A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755A28 is #8AA5D7. Grayscale: #5C5C5C. Windows color (decimal): -9086424 or 2644597. OLE color: 2644597.
HSL color Cylindrical-coordinate representation of color #755A28: hue angle of 38.96º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #755A28 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 40 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.54 |
| HSL | 38.96º | 0.49% | 0.31% | - |
| HSV(B) | 38.96º | 0.66% | 0.46% | - |
| XYZ | 11.38 | 11.25 | 3.58 | - |
| YUV | 92.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 40 | 0 | 0.23 | 0.66 | 0.54 | 38.96 | 0.49 | 0.31 |
| Hex | 75 | 5A | 28 | 0 | 17 | 42 | 36 | 27 | 31 | 1F |
| Octal | 165 | 132 | 50 | 0 | 27 | 102 | 66 | 47 | 61 | 37 |
| Binary | 1110101 | 1011010 | 101000 | 0 | 10111 | 1000010 | 110110 | 100111 | 110001 | 11111 |
Color Harmonies of #755A28
Complementary color
Monochromatic Colors of #755A28
Black with #755A28
Text Example
Text Example
White with #755A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A28; }
p { color: rgb(117,90,40); }
H1.HeaderClassName
{
color: #755A28;
}
.AnyTagClassName
{
color: #755A28;
}
</style>
background-color css
<style>
a { background-color: #755A28; }
a { background-color: rgb(117,90,40); }
div.DivClassName
{
background-color: #755A28;
}
.BgClassName
{
background-color: #755A28;
}
</style>
border-color css
<style>
span { border-color: #755A28; }
span { border-color: rgb(117,90,40); }
td.TdClassName
{
border-color: #755A28;
}
.TagClassName
{
border-color: #755A28;
}
</style>