Shades of Horses Neck #745D1D
Tints of Horses Neck #745D1D
RGB
CMYK
RGB Variations
Color information
#745D1D (or 0x745D1D) is known color: Horses Neck. HEX triplet: 74, 5D and 1D. RGB value is (116,93,29). Sum of RGB (Red+Green+Blue) = 116+93+29=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #745D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745D1D is #8BA2E2. Grayscale: #5C5C5C. Windows color (decimal): -9151203 or 1924468. OLE color: 1924468.
HSL color Cylindrical-coordinate representation of color #745D1D: hue angle of 44.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #745D1D is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 29 | - |
| CMYK | 0 | 0.20 | 0.75 | 0.55 |
| HSL | 44.14º | 0.6% | 0.28% | - |
| HSV(B) | 44.14º | 0.75% | 0.45% | - |
| XYZ | 11.34 | 11.63 | 2.81 | - |
| YUV | 92.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 29 | 0 | 0.20 | 0.75 | 0.55 | 44.14 | 0.6 | 0.28 |
| Hex | 74 | 5D | 1D | 0 | 14 | 4B | 37 | 2C | 3C | 1C |
| Octal | 164 | 135 | 35 | 0 | 24 | 113 | 67 | 54 | 74 | 34 |
| Binary | 1110100 | 1011101 | 11101 | 0 | 10100 | 1001011 | 110111 | 101100 | 111100 | 11100 |
Color Harmonies of #745D1D
Complementary color
Monochromatic Colors of #745D1D
Black with #745D1D
Text Example
Text Example
White with #745D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D1D; }
p { color: rgb(116,93,29); }
H1.HeaderClassName
{
color: #745D1D;
}
.AnyTagClassName
{
color: #745D1D;
}
</style>
background-color css
<style>
a { background-color: #745D1D; }
a { background-color: rgb(116,93,29); }
div.DivClassName
{
background-color: #745D1D;
}
.BgClassName
{
background-color: #745D1D;
}
</style>
border-color css
<style>
span { border-color: #745D1D; }
span { border-color: rgb(116,93,29); }
td.TdClassName
{
border-color: #745D1D;
}
.TagClassName
{
border-color: #745D1D;
}
</style>