Shades of Horses Neck #74581E
Tints of Horses Neck #74581E
RGB
CMYK
RGB Variations
Color information
#74581E (or 0x74581E) is known color: Horses Neck. HEX triplet: 74, 58 and 1E. RGB value is (116,88,30). Sum of RGB (Red+Green+Blue) = 116+88+30=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 30 (12.11% from 255 or 12.82% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #74581E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74581E is #8BA7E1. Grayscale: #5A5A5A. Windows color (decimal): -9152482 or 1988724. OLE color: 1988724.
HSL color Cylindrical-coordinate representation of color #74581E: hue angle of 40.47º 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 #74581E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 30 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.55 |
| HSL | 40.47º | 0.59% | 0.29% | - |
| HSV(B) | 40.47º | 0.74% | 0.45% | - |
| XYZ | 10.93 | 10.79 | 2.73 | - |
| YUV | 89.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 30 | 0 | 0.24 | 0.74 | 0.55 | 40.47 | 0.59 | 0.29 |
| Hex | 74 | 58 | 1E | 0 | 18 | 4A | 37 | 28 | 3B | 1D |
| Octal | 164 | 130 | 36 | 0 | 30 | 112 | 67 | 50 | 73 | 35 |
| Binary | 1110100 | 1011000 | 11110 | 0 | 11000 | 1001010 | 110111 | 101000 | 111011 | 11101 |
Color Harmonies of #74581E
Complementary color
Monochromatic Colors of #74581E
Black with #74581E
Text Example
Text Example
White with #74581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74581E; }
p { color: rgb(116,88,30); }
H1.HeaderClassName
{
color: #74581E;
}
.AnyTagClassName
{
color: #74581E;
}
</style>
background-color css
<style>
a { background-color: #74581E; }
a { background-color: rgb(116,88,30); }
div.DivClassName
{
background-color: #74581E;
}
.BgClassName
{
background-color: #74581E;
}
</style>
border-color css
<style>
span { border-color: #74581E; }
span { border-color: rgb(116,88,30); }
td.TdClassName
{
border-color: #74581E;
}
.TagClassName
{
border-color: #74581E;
}
</style>