Shades of Horses Neck #755B28
Tints of Horses Neck #755B28
RGB
CMYK
RGB Variations
Color information
#755B28 (or 0x755B28) is known color: Horses Neck. HEX triplet: 75, 5B and 28. RGB value is (117,91,40). Sum of RGB (Red+Green+Blue) = 117+91+40=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #755B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755B28 is #8AA4D7. Grayscale: #5D5D5D. Windows color (decimal): -9086168 or 2644853. OLE color: 2644853.
HSL color Cylindrical-coordinate representation of color #755B28: hue angle of 39.74º 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 #755B28 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 40 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.54 |
| HSL | 39.74º | 0.49% | 0.31% | - |
| HSV(B) | 39.74º | 0.66% | 0.46% | - |
| XYZ | 11.46 | 11.42 | 3.61 | - |
| YUV | 92.96 | 98.11 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 40 | 0 | 0.22 | 0.66 | 0.54 | 39.74 | 0.49 | 0.31 |
| Hex | 75 | 5B | 28 | 0 | 16 | 42 | 36 | 28 | 31 | 1F |
| Octal | 165 | 133 | 50 | 0 | 26 | 102 | 66 | 50 | 61 | 37 |
| Binary | 1110101 | 1011011 | 101000 | 0 | 10110 | 1000010 | 110110 | 101000 | 110001 | 11111 |
Color Harmonies of #755B28
Complementary color
Monochromatic Colors of #755B28
Black with #755B28
Text Example
Text Example
White with #755B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B28; }
p { color: rgb(117,91,40); }
H1.HeaderClassName
{
color: #755B28;
}
.AnyTagClassName
{
color: #755B28;
}
</style>
background-color css
<style>
a { background-color: #755B28; }
a { background-color: rgb(117,91,40); }
div.DivClassName
{
background-color: #755B28;
}
.BgClassName
{
background-color: #755B28;
}
</style>
border-color css
<style>
span { border-color: #755B28; }
span { border-color: rgb(117,91,40); }
td.TdClassName
{
border-color: #755B28;
}
.TagClassName
{
border-color: #755B28;
}
</style>