Shades of Horses Neck #745B2D
Tints of Horses Neck #745B2D
RGB
CMYK
RGB Variations
Color information
#745B2D (or 0x745B2D) is known color: Horses Neck. HEX triplet: 74, 5B and 2D. RGB value is (116,91,45). Sum of RGB (Red+Green+Blue) = 116+91+45=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #745B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B2D is #8BA4D2. Grayscale: #5D5D5D. Windows color (decimal): -9151699 or 2972532. OLE color: 2972532.
HSL color Cylindrical-coordinate representation of color #745B2D: hue angle of 38.87º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #745B2D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 45 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.55 |
| HSL | 38.87º | 0.44% | 0.32% | - |
| HSV(B) | 38.87º | 0.61% | 0.45% | - |
| XYZ | 11.42 | 11.38 | 4.08 | - |
| YUV | 93.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 45 | 0 | 0.22 | 0.61 | 0.55 | 38.87 | 0.44 | 0.32 |
| Hex | 74 | 5B | 2D | 0 | 16 | 3D | 37 | 27 | 2C | 20 |
| Octal | 164 | 133 | 55 | 0 | 26 | 75 | 67 | 47 | 54 | 40 |
| Binary | 1110100 | 1011011 | 101101 | 0 | 10110 | 111101 | 110111 | 100111 | 101100 | 100000 |
Color Harmonies of #745B2D
Complementary color
Monochromatic Colors of #745B2D
Black with #745B2D
Text Example
Text Example
White with #745B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B2D; }
p { color: rgb(116,91,45); }
H1.HeaderClassName
{
color: #745B2D;
}
.AnyTagClassName
{
color: #745B2D;
}
</style>
background-color css
<style>
a { background-color: #745B2D; }
a { background-color: rgb(116,91,45); }
div.DivClassName
{
background-color: #745B2D;
}
.BgClassName
{
background-color: #745B2D;
}
</style>
border-color css
<style>
span { border-color: #745B2D; }
span { border-color: rgb(116,91,45); }
td.TdClassName
{
border-color: #745B2D;
}
.TagClassName
{
border-color: #745B2D;
}
</style>