Shades of Horses Neck #745D23
Tints of Horses Neck #745D23
RGB
CMYK
RGB Variations
Color information
#745D23 (or 0x745D23) is known color: Horses Neck. HEX triplet: 74, 5D and 23. RGB value is (116,93,35). Sum of RGB (Red+Green+Blue) = 116+93+35=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #745D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D23 is #8BA2DC. Grayscale: #5D5D5D. Windows color (decimal): -9151197 or 2317684. OLE color: 2317684.
HSL color Cylindrical-coordinate representation of color #745D23: hue angle of 42.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #745D23 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 35 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.55 |
| HSL | 42.96º | 0.54% | 0.3% | - |
| HSV(B) | 42.96º | 0.7% | 0.45% | - |
| XYZ | 11.42 | 11.66 | 3.24 | - |
| YUV | 93.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 35 | 0 | 0.20 | 0.70 | 0.55 | 42.96 | 0.54 | 0.3 |
| Hex | 74 | 5D | 23 | 0 | 14 | 46 | 37 | 2B | 36 | 1E |
| Octal | 164 | 135 | 43 | 0 | 24 | 106 | 67 | 53 | 66 | 36 |
| Binary | 1110100 | 1011101 | 100011 | 0 | 10100 | 1000110 | 110111 | 101011 | 110110 | 11110 |
Color Harmonies of #745D23
Complementary color
Monochromatic Colors of #745D23
Black with #745D23
Text Example
Text Example
White with #745D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D23; }
p { color: rgb(116,93,35); }
H1.HeaderClassName
{
color: #745D23;
}
.AnyTagClassName
{
color: #745D23;
}
</style>
background-color css
<style>
a { background-color: #745D23; }
a { background-color: rgb(116,93,35); }
div.DivClassName
{
background-color: #745D23;
}
.BgClassName
{
background-color: #745D23;
}
</style>
border-color css
<style>
span { border-color: #745D23; }
span { border-color: rgb(116,93,35); }
td.TdClassName
{
border-color: #745D23;
}
.TagClassName
{
border-color: #745D23;
}
</style>