Shades of Horses Neck #745A2C
Tints of Horses Neck #745A2C
RGB
CMYK
RGB Variations
Color information
#745A2C (or 0x745A2C) is known color: Horses Neck. HEX triplet: 74, 5A and 2C. RGB value is (116,90,44). Sum of RGB (Red+Green+Blue) = 116+90+44=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2C is #8BA5D3. Grayscale: #5C5C5C. Windows color (decimal): -9151956 or 2906740. OLE color: 2906740.
HSL color Cylindrical-coordinate representation of color #745A2C: hue angle of 38.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #745A2C is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 44 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.55 |
| HSL | 38.33º | 0.45% | 0.31% | - |
| HSV(B) | 38.33º | 0.62% | 0.45% | - |
| XYZ | 11.31 | 11.21 | 3.95 | - |
| YUV | 92.53 | 100.61 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 44 | 0 | 0.22 | 0.62 | 0.55 | 38.33 | 0.45 | 0.31 |
| Hex | 74 | 5A | 2C | 0 | 16 | 3E | 37 | 26 | 2D | 1F |
| Octal | 164 | 132 | 54 | 0 | 26 | 76 | 67 | 46 | 55 | 37 |
| Binary | 1110100 | 1011010 | 101100 | 0 | 10110 | 111110 | 110111 | 100110 | 101101 | 11111 |
Color Harmonies of #745A2C
Complementary color
Monochromatic Colors of #745A2C
Black with #745A2C
Text Example
Text Example
White with #745A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A2C; }
p { color: rgb(116,90,44); }
H1.HeaderClassName
{
color: #745A2C;
}
.AnyTagClassName
{
color: #745A2C;
}
</style>
background-color css
<style>
a { background-color: #745A2C; }
a { background-color: rgb(116,90,44); }
div.DivClassName
{
background-color: #745A2C;
}
.BgClassName
{
background-color: #745A2C;
}
</style>
border-color css
<style>
span { border-color: #745A2C; }
span { border-color: rgb(116,90,44); }
td.TdClassName
{
border-color: #745A2C;
}
.TagClassName
{
border-color: #745A2C;
}
</style>