Shades of Horses Neck #745A2B
Tints of Horses Neck #745A2B
RGB
CMYK
RGB Variations
Color information
#745A2B (or 0x745A2B) is known color: Horses Neck. HEX triplet: 74, 5A and 2B. RGB value is (116,90,43). Sum of RGB (Red+Green+Blue) = 116+90+43=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #745A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A2B is #8BA5D4. Grayscale: #5C5C5C. Windows color (decimal): -9151957 or 2841204. OLE color: 2841204.
HSL color Cylindrical-coordinate representation of color #745A2B: hue angle of 38.63º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #745A2B is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 43 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.55 |
| HSL | 38.63º | 0.46% | 0.31% | - |
| HSV(B) | 38.63º | 0.63% | 0.45% | - |
| XYZ | 11.29 | 11.2 | 3.85 | - |
| YUV | 92.42 | 100.11 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 43 | 0 | 0.22 | 0.63 | 0.55 | 38.63 | 0.46 | 0.31 |
| Hex | 74 | 5A | 2B | 0 | 16 | 3F | 37 | 27 | 2E | 1F |
| Octal | 164 | 132 | 53 | 0 | 26 | 77 | 67 | 47 | 56 | 37 |
| Binary | 1110100 | 1011010 | 101011 | 0 | 10110 | 111111 | 110111 | 100111 | 101110 | 11111 |
Color Harmonies of #745A2B
Complementary color
Monochromatic Colors of #745A2B
Black with #745A2B
Text Example
Text Example
White with #745A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A2B; }
p { color: rgb(116,90,43); }
H1.HeaderClassName
{
color: #745A2B;
}
.AnyTagClassName
{
color: #745A2B;
}
</style>
background-color css
<style>
a { background-color: #745A2B; }
a { background-color: rgb(116,90,43); }
div.DivClassName
{
background-color: #745A2B;
}
.BgClassName
{
background-color: #745A2B;
}
</style>
border-color css
<style>
span { border-color: #745A2B; }
span { border-color: rgb(116,90,43); }
td.TdClassName
{
border-color: #745A2B;
}
.TagClassName
{
border-color: #745A2B;
}
</style>