Shades of Horses Neck #75581C
Tints of Horses Neck #75581C
RGB
CMYK
RGB Variations
Color information
#75581C (or 0x75581C) is known color: Horses Neck. HEX triplet: 75, 58 and 1C. RGB value is (117,88,28). Sum of RGB (Red+Green+Blue) = 117+88+28=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75581C is #8AA7E3. Grayscale: #5A5A5A. Windows color (decimal): -9086948 or 1857653. OLE color: 1857653.
HSL color Cylindrical-coordinate representation of color #75581C: hue angle of 40.45º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75581C is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 28 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.54 |
| HSL | 40.45º | 0.61% | 0.28% | - |
| HSV(B) | 40.45º | 0.76% | 0.46% | - |
| XYZ | 11.04 | 10.85 | 2.61 | - |
| YUV | 89.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 28 | 0 | 0.25 | 0.76 | 0.54 | 40.45 | 0.61 | 0.28 |
| Hex | 75 | 58 | 1C | 0 | 19 | 4C | 36 | 28 | 3D | 1C |
| Octal | 165 | 130 | 34 | 0 | 31 | 114 | 66 | 50 | 75 | 34 |
| Binary | 1110101 | 1011000 | 11100 | 0 | 11001 | 1001100 | 110110 | 101000 | 111101 | 11100 |
Color Harmonies of #75581C
Complementary color
Monochromatic Colors of #75581C
Black with #75581C
Text Example
Text Example
White with #75581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75581C; }
p { color: rgb(117,88,28); }
H1.HeaderClassName
{
color: #75581C;
}
.AnyTagClassName
{
color: #75581C;
}
</style>
background-color css
<style>
a { background-color: #75581C; }
a { background-color: rgb(117,88,28); }
div.DivClassName
{
background-color: #75581C;
}
.BgClassName
{
background-color: #75581C;
}
</style>
border-color css
<style>
span { border-color: #75581C; }
span { border-color: rgb(117,88,28); }
td.TdClassName
{
border-color: #75581C;
}
.TagClassName
{
border-color: #75581C;
}
</style>