Shades of Horses Neck #745A2D
Tints of Horses Neck #745A2D
RGB
CMYK
RGB Variations
Color information
#745A2D (or 0x745A2D) is known color: Horses Neck. HEX triplet: 74, 5A and 2D. RGB value is (116,90,45). Sum of RGB (Red+Green+Blue) = 116+90+45=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2D is #8BA5D2. Grayscale: #5C5C5C. Windows color (decimal): -9151955 or 2972276. OLE color: 2972276.
HSL color Cylindrical-coordinate representation of color #745A2D: hue angle of 38.03º 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 #745A2D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 45 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.55 |
| HSL | 38.03º | 0.44% | 0.32% | - |
| HSV(B) | 38.03º | 0.61% | 0.45% | - |
| XYZ | 11.33 | 11.21 | 4.05 | - |
| YUV | 92.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 45 | 0 | 0.22 | 0.61 | 0.55 | 38.03 | 0.44 | 0.32 |
| Hex | 74 | 5A | 2D | 0 | 16 | 3D | 37 | 26 | 2C | 20 |
| Octal | 164 | 132 | 55 | 0 | 26 | 75 | 67 | 46 | 54 | 40 |
| Binary | 1110100 | 1011010 | 101101 | 0 | 10110 | 111101 | 110111 | 100110 | 101100 | 100000 |
Color Harmonies of #745A2D
Complementary color
Monochromatic Colors of #745A2D
Black with #745A2D
Text Example
Text Example
White with #745A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A2D; }
p { color: rgb(116,90,45); }
H1.HeaderClassName
{
color: #745A2D;
}
.AnyTagClassName
{
color: #745A2D;
}
</style>
background-color css
<style>
a { background-color: #745A2D; }
a { background-color: rgb(116,90,45); }
div.DivClassName
{
background-color: #745A2D;
}
.BgClassName
{
background-color: #745A2D;
}
</style>
border-color css
<style>
span { border-color: #745A2D; }
span { border-color: rgb(116,90,45); }
td.TdClassName
{
border-color: #745A2D;
}
.TagClassName
{
border-color: #745A2D;
}
</style>