Shades of Horses Neck #745B23
Tints of Horses Neck #745B23
RGB
CMYK
RGB Variations
Color information
#745B23 (or 0x745B23) is known color: Horses Neck. HEX triplet: 74, 5B and 23. RGB value is (116,91,35). Sum of RGB (Red+Green+Blue) = 116+91+35=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #745B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B23 is #8BA4DC. Grayscale: #5C5C5C. Windows color (decimal): -9151709 or 2317172. OLE color: 2317172.
HSL color Cylindrical-coordinate representation of color #745B23: hue angle of 41.48º 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 #745B23 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 35 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.55 |
| HSL | 41.48º | 0.54% | 0.3% | - |
| HSV(B) | 41.48º | 0.7% | 0.45% | - |
| XYZ | 11.25 | 11.32 | 3.18 | - |
| YUV | 92.09 | 95.78 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 35 | 0 | 0.22 | 0.70 | 0.55 | 41.48 | 0.54 | 0.3 |
| Hex | 74 | 5B | 23 | 0 | 16 | 46 | 37 | 29 | 36 | 1E |
| Octal | 164 | 133 | 43 | 0 | 26 | 106 | 67 | 51 | 66 | 36 |
| Binary | 1110100 | 1011011 | 100011 | 0 | 10110 | 1000110 | 110111 | 101001 | 110110 | 11110 |
Color Harmonies of #745B23
Complementary color
Monochromatic Colors of #745B23
Black with #745B23
Text Example
Text Example
White with #745B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B23; }
p { color: rgb(116,91,35); }
H1.HeaderClassName
{
color: #745B23;
}
.AnyTagClassName
{
color: #745B23;
}
</style>
background-color css
<style>
a { background-color: #745B23; }
a { background-color: rgb(116,91,35); }
div.DivClassName
{
background-color: #745B23;
}
.BgClassName
{
background-color: #745B23;
}
</style>
border-color css
<style>
span { border-color: #745B23; }
span { border-color: rgb(116,91,35); }
td.TdClassName
{
border-color: #745B23;
}
.TagClassName
{
border-color: #745B23;
}
</style>