Shades of Horses Neck #74591E
Tints of Horses Neck #74591E
RGB
CMYK
RGB Variations
Color information
#74591E (or 0x74591E) is known color: Horses Neck. HEX triplet: 74, 59 and 1E. RGB value is (116,89,30). Sum of RGB (Red+Green+Blue) = 116+89+30=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74591E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591E is #8BA6E1. Grayscale: #5A5A5A. Windows color (decimal): -9152226 or 1988980. OLE color: 1988980.
HSL color Cylindrical-coordinate representation of color #74591E: hue angle of 41.16º 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 #74591E is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 30 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.55 |
| HSL | 41.16º | 0.59% | 0.29% | - |
| HSV(B) | 41.16º | 0.74% | 0.45% | - |
| XYZ | 11.01 | 10.95 | 2.76 | - |
| YUV | 90.35 | 93.95 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 30 | 0 | 0.23 | 0.74 | 0.55 | 41.16 | 0.59 | 0.29 |
| Hex | 74 | 59 | 1E | 0 | 17 | 4A | 37 | 29 | 3B | 1D |
| Octal | 164 | 131 | 36 | 0 | 27 | 112 | 67 | 51 | 73 | 35 |
| Binary | 1110100 | 1011001 | 11110 | 0 | 10111 | 1001010 | 110111 | 101001 | 111011 | 11101 |
Color Harmonies of #74591E
Complementary color
Monochromatic Colors of #74591E
Black with #74591E
Text Example
Text Example
White with #74591E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74591E; }
p { color: rgb(116,89,30); }
H1.HeaderClassName
{
color: #74591E;
}
.AnyTagClassName
{
color: #74591E;
}
</style>
background-color css
<style>
a { background-color: #74591E; }
a { background-color: rgb(116,89,30); }
div.DivClassName
{
background-color: #74591E;
}
.BgClassName
{
background-color: #74591E;
}
</style>
border-color css
<style>
span { border-color: #74591E; }
span { border-color: rgb(116,89,30); }
td.TdClassName
{
border-color: #74591E;
}
.TagClassName
{
border-color: #74591E;
}
</style>