Shades of Horses Neck #745C20
Tints of Horses Neck #745C20
RGB
CMYK
RGB Variations
Color information
#745C20 (or 0x745C20) is known color: Horses Neck. HEX triplet: 74, 5C and 20. RGB value is (116,92,32). Sum of RGB (Red+Green+Blue) = 116+92+32=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #745C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745C20 is #8BA3DF. Grayscale: #5C5C5C. Windows color (decimal): -9151456 or 2120820. OLE color: 2120820.
HSL color Cylindrical-coordinate representation of color #745C20: hue angle of 42.86º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #745C20 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 92 | 32 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.55 |
| HSL | 42.86º | 0.57% | 0.29% | - |
| HSV(B) | 42.86º | 0.72% | 0.45% | - |
| XYZ | 11.29 | 11.47 | 2.99 | - |
| YUV | 92.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 92 | 32 | 0 | 0.21 | 0.72 | 0.55 | 42.86 | 0.57 | 0.29 |
| Hex | 74 | 5C | 20 | 0 | 15 | 48 | 37 | 2B | 39 | 1D |
| Octal | 164 | 134 | 40 | 0 | 25 | 110 | 67 | 53 | 71 | 35 |
| Binary | 1110100 | 1011100 | 100000 | 0 | 10101 | 1001000 | 110111 | 101011 | 111001 | 11101 |
Color Harmonies of #745C20
Complementary color
Monochromatic Colors of #745C20
Black with #745C20
Text Example
Text Example
White with #745C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745C20; }
p { color: rgb(116,92,32); }
H1.HeaderClassName
{
color: #745C20;
}
.AnyTagClassName
{
color: #745C20;
}
</style>
background-color css
<style>
a { background-color: #745C20; }
a { background-color: rgb(116,92,32); }
div.DivClassName
{
background-color: #745C20;
}
.BgClassName
{
background-color: #745C20;
}
</style>
border-color css
<style>
span { border-color: #745C20; }
span { border-color: rgb(116,92,32); }
td.TdClassName
{
border-color: #745C20;
}
.TagClassName
{
border-color: #745C20;
}
</style>