Shades of Horses Neck #74562A
Tints of Horses Neck #74562A
RGB
CMYK
RGB Variations
Color information
#74562A (or 0x74562A) is known color: Horses Neck. HEX triplet: 74, 56 and 2A. RGB value is (116,86,42). Sum of RGB (Red+Green+Blue) = 116+86+42=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74562A is #8BA9D5. Grayscale: #5A5A5A. Windows color (decimal): -9152982 or 2774644. OLE color: 2774644.
HSL color Cylindrical-coordinate representation of color #74562A: hue angle of 35.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74562A is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 86 | 42 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.55 |
| HSL | 35.68º | 0.47% | 0.31% | - |
| HSV(B) | 35.68º | 0.64% | 0.45% | - |
| XYZ | 10.95 | 10.54 | 3.65 | - |
| YUV | 89.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 86 | 42 | 0 | 0.26 | 0.64 | 0.55 | 35.68 | 0.47 | 0.31 |
| Hex | 74 | 56 | 2A | 0 | 1A | 40 | 37 | 24 | 2F | 1F |
| Octal | 164 | 126 | 52 | 0 | 32 | 100 | 67 | 44 | 57 | 37 |
| Binary | 1110100 | 1010110 | 101010 | 0 | 11010 | 1000000 | 110111 | 100100 | 101111 | 11111 |
Color Harmonies of #74562A
Complementary color
Monochromatic Colors of #74562A
Black with #74562A
Text Example
Text Example
White with #74562A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74562A; }
p { color: rgb(116,86,42); }
H1.HeaderClassName
{
color: #74562A;
}
.AnyTagClassName
{
color: #74562A;
}
</style>
background-color css
<style>
a { background-color: #74562A; }
a { background-color: rgb(116,86,42); }
div.DivClassName
{
background-color: #74562A;
}
.BgClassName
{
background-color: #74562A;
}
</style>
border-color css
<style>
span { border-color: #74562A; }
span { border-color: rgb(116,86,42); }
td.TdClassName
{
border-color: #74562A;
}
.TagClassName
{
border-color: #74562A;
}
</style>