Shades of Horses Neck #745A1C
Tints of Horses Neck #745A1C
RGB
CMYK
RGB Variations
Color information
#745A1C (or 0x745A1C) is known color: Horses Neck. HEX triplet: 74, 5A and 1C. RGB value is (116,90,28). Sum of RGB (Red+Green+Blue) = 116+90+28=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #745A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A1C is #8BA5E3. Grayscale: #5A5A5A. Windows color (decimal): -9151972 or 1858164. OLE color: 1858164.
HSL color Cylindrical-coordinate representation of color #745A1C: hue angle of 42.27º 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 #745A1C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 28 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.55 |
| HSL | 42.27º | 0.61% | 0.28% | - |
| HSV(B) | 42.27º | 0.76% | 0.45% | - |
| XYZ | 11.07 | 11.11 | 2.66 | - |
| YUV | 90.71 | 92.61 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 28 | 0 | 0.22 | 0.76 | 0.55 | 42.27 | 0.61 | 0.28 |
| Hex | 74 | 5A | 1C | 0 | 16 | 4C | 37 | 2A | 3D | 1C |
| Octal | 164 | 132 | 34 | 0 | 26 | 114 | 67 | 52 | 75 | 34 |
| Binary | 1110100 | 1011010 | 11100 | 0 | 10110 | 1001100 | 110111 | 101010 | 111101 | 11100 |
Color Harmonies of #745A1C
Complementary color
Monochromatic Colors of #745A1C
Black with #745A1C
Text Example
Text Example
White with #745A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A1C; }
p { color: rgb(116,90,28); }
H1.HeaderClassName
{
color: #745A1C;
}
.AnyTagClassName
{
color: #745A1C;
}
</style>
background-color css
<style>
a { background-color: #745A1C; }
a { background-color: rgb(116,90,28); }
div.DivClassName
{
background-color: #745A1C;
}
.BgClassName
{
background-color: #745A1C;
}
</style>
border-color css
<style>
span { border-color: #745A1C; }
span { border-color: rgb(116,90,28); }
td.TdClassName
{
border-color: #745A1C;
}
.TagClassName
{
border-color: #745A1C;
}
</style>