Shades of Horses Neck #745D26
Tints of Horses Neck #745D26
RGB
CMYK
RGB Variations
Color information
#745D26 (or 0x745D26) is known color: Horses Neck. HEX triplet: 74, 5D and 26. RGB value is (116,93,38). Sum of RGB (Red+Green+Blue) = 116+93+38=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D26 is #8BA2D9. Grayscale: #5D5D5D. Windows color (decimal): -9151194 or 2514292. OLE color: 2514292.
HSL color Cylindrical-coordinate representation of color #745D26: hue angle of 42.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #745D26 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 38 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.55 |
| HSL | 42.31º | 0.51% | 0.3% | - |
| HSV(B) | 42.31º | 0.67% | 0.45% | - |
| XYZ | 11.47 | 11.68 | 3.48 | - |
| YUV | 93.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 38 | 0 | 0.20 | 0.67 | 0.55 | 42.31 | 0.51 | 0.3 |
| Hex | 74 | 5D | 26 | 0 | 14 | 43 | 37 | 2A | 33 | 1E |
| Octal | 164 | 135 | 46 | 0 | 24 | 103 | 67 | 52 | 63 | 36 |
| Binary | 1110100 | 1011101 | 100110 | 0 | 10100 | 1000011 | 110111 | 101010 | 110011 | 11110 |
Color Harmonies of #745D26
Complementary color
Monochromatic Colors of #745D26
Black with #745D26
Text Example
Text Example
White with #745D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D26; }
p { color: rgb(116,93,38); }
H1.HeaderClassName
{
color: #745D26;
}
.AnyTagClassName
{
color: #745D26;
}
</style>
background-color css
<style>
a { background-color: #745D26; }
a { background-color: rgb(116,93,38); }
div.DivClassName
{
background-color: #745D26;
}
.BgClassName
{
background-color: #745D26;
}
</style>
border-color css
<style>
span { border-color: #745D26; }
span { border-color: rgb(116,93,38); }
td.TdClassName
{
border-color: #745D26;
}
.TagClassName
{
border-color: #745D26;
}
</style>