Shades of Horses Neck #745A24
Tints of Horses Neck #745A24
RGB
CMYK
RGB Variations
Color information
#745A24 (or 0x745A24) is known color: Horses Neck. HEX triplet: 74, 5A and 24. RGB value is (116,90,36). Sum of RGB (Red+Green+Blue) = 116+90+36=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #745A24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A24 is #8BA5DB. Grayscale: #5B5B5B. Windows color (decimal): -9151964 or 2382452. OLE color: 2382452.
HSL color Cylindrical-coordinate representation of color #745A24: hue angle of 40.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #745A24 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 36 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.55 |
| HSL | 40.5º | 0.53% | 0.3% | - |
| HSV(B) | 40.5º | 0.69% | 0.45% | - |
| XYZ | 11.18 | 11.15 | 3.23 | - |
| YUV | 91.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 36 | 0 | 0.22 | 0.69 | 0.55 | 40.5 | 0.53 | 0.3 |
| Hex | 74 | 5A | 24 | 0 | 16 | 45 | 37 | 28 | 35 | 1E |
| Octal | 164 | 132 | 44 | 0 | 26 | 105 | 67 | 50 | 65 | 36 |
| Binary | 1110100 | 1011010 | 100100 | 0 | 10110 | 1000101 | 110111 | 101000 | 110101 | 11110 |
Color Harmonies of #745A24
Complementary color
Monochromatic Colors of #745A24
Black with #745A24
Text Example
Text Example
White with #745A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A24; }
p { color: rgb(116,90,36); }
H1.HeaderClassName
{
color: #745A24;
}
.AnyTagClassName
{
color: #745A24;
}
</style>
background-color css
<style>
a { background-color: #745A24; }
a { background-color: rgb(116,90,36); }
div.DivClassName
{
background-color: #745A24;
}
.BgClassName
{
background-color: #745A24;
}
</style>
border-color css
<style>
span { border-color: #745A24; }
span { border-color: rgb(116,90,36); }
td.TdClassName
{
border-color: #745A24;
}
.TagClassName
{
border-color: #745A24;
}
</style>