Shades of Horses Neck #74591B
Tints of Horses Neck #74591B
RGB
CMYK
RGB Variations
Color information
#74591B (or 0x74591B) is known color: Horses Neck. HEX triplet: 74, 59 and 1B. RGB value is (116,89,27). Sum of RGB (Red+Green+Blue) = 116+89+27=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74591B is #8BA6E4. Grayscale: #5A5A5A. Windows color (decimal): -9152229 or 1792372. OLE color: 1792372.
HSL color Cylindrical-coordinate representation of color #74591B: hue angle of 41.8º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74591B is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 89 | 27 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.55 |
| HSL | 41.8º | 0.62% | 0.28% | - |
| HSV(B) | 41.8º | 0.77% | 0.45% | - |
| XYZ | 10.97 | 10.94 | 2.57 | - |
| YUV | 90.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 89 | 27 | 0 | 0.23 | 0.77 | 0.55 | 41.8 | 0.62 | 0.28 |
| Hex | 74 | 59 | 1B | 0 | 17 | 4D | 37 | 2A | 3E | 1C |
| Octal | 164 | 131 | 33 | 0 | 27 | 115 | 67 | 52 | 76 | 34 |
| Binary | 1110100 | 1011001 | 11011 | 0 | 10111 | 1001101 | 110111 | 101010 | 111110 | 11100 |
Color Harmonies of #74591B
Complementary color
Monochromatic Colors of #74591B
Black with #74591B
Text Example
Text Example
White with #74591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74591B; }
p { color: rgb(116,89,27); }
H1.HeaderClassName
{
color: #74591B;
}
.AnyTagClassName
{
color: #74591B;
}
</style>
background-color css
<style>
a { background-color: #74591B; }
a { background-color: rgb(116,89,27); }
div.DivClassName
{
background-color: #74591B;
}
.BgClassName
{
background-color: #74591B;
}
</style>
border-color css
<style>
span { border-color: #74591B; }
span { border-color: rgb(116,89,27); }
td.TdClassName
{
border-color: #74591B;
}
.TagClassName
{
border-color: #74591B;
}
</style>