Shades of Horses Neck #745C1C
Tints of Horses Neck #745C1C
RGB
CMYK
RGB Variations
Color information
#745C1C (or 0x745C1C) is known color: Horses Neck. HEX triplet: 74, 5C and 1C. RGB value is (116,92,28). Sum of RGB (Red+Green+Blue) = 116+92+28=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C1C is #8BA3E3. Grayscale: #5C5C5C. Windows color (decimal): -9151460 or 1858676. OLE color: 1858676.
HSL color Cylindrical-coordinate representation of color #745C1C: hue angle of 43.64º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #745C1C is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 28 | - |
| CMYK | 0 | 0.21 | 0.76 | 0.55 |
| HSL | 43.64º | 0.61% | 0.28% | - |
| HSV(B) | 43.64º | 0.76% | 0.45% | - |
| XYZ | 11.24 | 11.45 | 2.72 | - |
| YUV | 91.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 28 | 0 | 0.21 | 0.76 | 0.55 | 43.64 | 0.61 | 0.28 |
| Hex | 74 | 5C | 1C | 0 | 15 | 4C | 37 | 2C | 3D | 1C |
| Octal | 164 | 134 | 34 | 0 | 25 | 114 | 67 | 54 | 75 | 34 |
| Binary | 1110100 | 1011100 | 11100 | 0 | 10101 | 1001100 | 110111 | 101100 | 111101 | 11100 |
Color Harmonies of #745C1C
Complementary color
Monochromatic Colors of #745C1C
Black with #745C1C
Text Example
Text Example
White with #745C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C1C; }
p { color: rgb(116,92,28); }
H1.HeaderClassName
{
color: #745C1C;
}
.AnyTagClassName
{
color: #745C1C;
}
</style>
background-color css
<style>
a { background-color: #745C1C; }
a { background-color: rgb(116,92,28); }
div.DivClassName
{
background-color: #745C1C;
}
.BgClassName
{
background-color: #745C1C;
}
</style>
border-color css
<style>
span { border-color: #745C1C; }
span { border-color: rgb(116,92,28); }
td.TdClassName
{
border-color: #745C1C;
}
.TagClassName
{
border-color: #745C1C;
}
</style>