Shades of Horses Neck #74551E
Tints of Horses Neck #74551E
RGB
CMYK
RGB Variations
Color information
#74551E (or 0x74551E) is known color: Horses Neck. HEX triplet: 74, 55 and 1E. RGB value is (116,85,30). Sum of RGB (Red+Green+Blue) = 116+85+30=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74551E is #8BAAE1. Grayscale: #585858. Windows color (decimal): -9153250 or 1987956. OLE color: 1987956.
HSL color Cylindrical-coordinate representation of color #74551E: hue angle of 38.37º 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 #74551E is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 30 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.55 |
| HSL | 38.37º | 0.59% | 0.29% | - |
| HSV(B) | 38.37º | 0.74% | 0.45% | - |
| XYZ | 10.69 | 10.3 | 2.65 | - |
| YUV | 88 | 95.27 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 30 | 0 | 0.27 | 0.74 | 0.55 | 38.37 | 0.59 | 0.29 |
| Hex | 74 | 55 | 1E | 0 | 1B | 4A | 37 | 26 | 3B | 1D |
| Octal | 164 | 125 | 36 | 0 | 33 | 112 | 67 | 46 | 73 | 35 |
| Binary | 1110100 | 1010101 | 11110 | 0 | 11011 | 1001010 | 110111 | 100110 | 111011 | 11101 |
Color Harmonies of #74551E
Complementary color
Monochromatic Colors of #74551E
Black with #74551E
Text Example
Text Example
White with #74551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74551E; }
p { color: rgb(116,85,30); }
H1.HeaderClassName
{
color: #74551E;
}
.AnyTagClassName
{
color: #74551E;
}
</style>
background-color css
<style>
a { background-color: #74551E; }
a { background-color: rgb(116,85,30); }
div.DivClassName
{
background-color: #74551E;
}
.BgClassName
{
background-color: #74551E;
}
</style>
border-color css
<style>
span { border-color: #74551E; }
span { border-color: rgb(116,85,30); }
td.TdClassName
{
border-color: #74551E;
}
.TagClassName
{
border-color: #74551E;
}
</style>