Shades of Horses Neck #75572B
Tints of Horses Neck #75572B
RGB
CMYK
RGB Variations
Color information
#75572B (or 0x75572B) is known color: Horses Neck. HEX triplet: 75, 57 and 2B. RGB value is (117,87,43). Sum of RGB (Red+Green+Blue) = 117+87+43=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75572B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75572B is #8AA8D4. Grayscale: #5B5B5B. Windows color (decimal): -9087189 or 2840437. OLE color: 2840437.
HSL color Cylindrical-coordinate representation of color #75572B: hue angle of 35.68º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75572B is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 87 | 43 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.54 |
| HSL | 35.68º | 0.46% | 0.31% | - |
| HSV(B) | 35.68º | 0.63% | 0.46% | - |
| XYZ | 11.18 | 10.77 | 3.78 | - |
| YUV | 90.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 87 | 43 | 0 | 0.26 | 0.63 | 0.54 | 35.68 | 0.46 | 0.31 |
| Hex | 75 | 57 | 2B | 0 | 1A | 3F | 36 | 24 | 2E | 1F |
| Octal | 165 | 127 | 53 | 0 | 32 | 77 | 66 | 44 | 56 | 37 |
| Binary | 1110101 | 1010111 | 101011 | 0 | 11010 | 111111 | 110110 | 100100 | 101110 | 11111 |
Color Harmonies of #75572B
Complementary color
Monochromatic Colors of #75572B
Black with #75572B
Text Example
Text Example
White with #75572B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75572B; }
p { color: rgb(117,87,43); }
H1.HeaderClassName
{
color: #75572B;
}
.AnyTagClassName
{
color: #75572B;
}
</style>
background-color css
<style>
a { background-color: #75572B; }
a { background-color: rgb(117,87,43); }
div.DivClassName
{
background-color: #75572B;
}
.BgClassName
{
background-color: #75572B;
}
</style>
border-color css
<style>
span { border-color: #75572B; }
span { border-color: rgb(117,87,43); }
td.TdClassName
{
border-color: #75572B;
}
.TagClassName
{
border-color: #75572B;
}
</style>