Shades of Horses Neck #745B1E
Tints of Horses Neck #745B1E
RGB
CMYK
RGB Variations
Color information
#745B1E (or 0x745B1E) is known color: Horses Neck. HEX triplet: 74, 5B and 1E. RGB value is (116,91,30). Sum of RGB (Red+Green+Blue) = 116+91+30=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 30 (12.11% from 255 or 12.66% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #745B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B1E is #8BA4E1. Grayscale: #5B5B5B. Windows color (decimal): -9151714 or 1989492. OLE color: 1989492.
HSL color Cylindrical-coordinate representation of color #745B1E: hue angle of 42.56º 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 #745B1E is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 30 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.55 |
| HSL | 42.56º | 0.59% | 0.29% | - |
| HSV(B) | 42.56º | 0.74% | 0.45% | - |
| XYZ | 11.18 | 11.29 | 2.82 | - |
| YUV | 91.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 30 | 0 | 0.22 | 0.74 | 0.55 | 42.56 | 0.59 | 0.29 |
| Hex | 74 | 5B | 1E | 0 | 16 | 4A | 37 | 2B | 3B | 1D |
| Octal | 164 | 133 | 36 | 0 | 26 | 112 | 67 | 53 | 73 | 35 |
| Binary | 1110100 | 1011011 | 11110 | 0 | 10110 | 1001010 | 110111 | 101011 | 111011 | 11101 |
Color Harmonies of #745B1E
Complementary color
Monochromatic Colors of #745B1E
Black with #745B1E
Text Example
Text Example
White with #745B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B1E; }
p { color: rgb(116,91,30); }
H1.HeaderClassName
{
color: #745B1E;
}
.AnyTagClassName
{
color: #745B1E;
}
</style>
background-color css
<style>
a { background-color: #745B1E; }
a { background-color: rgb(116,91,30); }
div.DivClassName
{
background-color: #745B1E;
}
.BgClassName
{
background-color: #745B1E;
}
</style>
border-color css
<style>
span { border-color: #745B1E; }
span { border-color: rgb(116,91,30); }
td.TdClassName
{
border-color: #745B1E;
}
.TagClassName
{
border-color: #745B1E;
}
</style>