Shades of Horses Neck #745A1E
Tints of Horses Neck #745A1E
RGB
CMYK
RGB Variations
Color information
#745A1E (or 0x745A1E) is known color: Horses Neck. HEX triplet: 74, 5A and 1E. RGB value is (116,90,30). Sum of RGB (Red+Green+Blue) = 116+90+30=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745A1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A1E is #8BA5E1. Grayscale: #5B5B5B. Windows color (decimal): -9151970 or 1989236. OLE color: 1989236.
HSL color Cylindrical-coordinate representation of color #745A1E: hue angle of 41.86º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #745A1E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 30 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.55 |
| HSL | 41.86º | 0.59% | 0.29% | - |
| HSV(B) | 41.86º | 0.74% | 0.45% | - |
| XYZ | 11.09 | 11.12 | 2.79 | - |
| YUV | 90.93 | 93.61 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 30 | 0 | 0.22 | 0.74 | 0.55 | 41.86 | 0.59 | 0.29 |
| Hex | 74 | 5A | 1E | 0 | 16 | 4A | 37 | 2A | 3B | 1D |
| Octal | 164 | 132 | 36 | 0 | 26 | 112 | 67 | 52 | 73 | 35 |
| Binary | 1110100 | 1011010 | 11110 | 0 | 10110 | 1001010 | 110111 | 101010 | 111011 | 11101 |
Color Harmonies of #745A1E
Complementary color
Monochromatic Colors of #745A1E
Black with #745A1E
Text Example
Text Example
White with #745A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A1E; }
p { color: rgb(116,90,30); }
H1.HeaderClassName
{
color: #745A1E;
}
.AnyTagClassName
{
color: #745A1E;
}
</style>
background-color css
<style>
a { background-color: #745A1E; }
a { background-color: rgb(116,90,30); }
div.DivClassName
{
background-color: #745A1E;
}
.BgClassName
{
background-color: #745A1E;
}
</style>
border-color css
<style>
span { border-color: #745A1E; }
span { border-color: rgb(116,90,30); }
td.TdClassName
{
border-color: #745A1E;
}
.TagClassName
{
border-color: #745A1E;
}
</style>