Shades of Horses Neck #705B2D
Tints of Horses Neck #705B2D
RGB
CMYK
RGB Variations
Color information
#705B2D (or 0x705B2D) is known color: Horses Neck. HEX triplet: 70, 5B and 2D. RGB value is (112,91,45). Sum of RGB (Red+Green+Blue) = 112+91+45=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #705B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B2D is #8FA4D2. Grayscale: #5C5C5C. Windows color (decimal): -9413843 or 2972528. OLE color: 2972528.
HSL color Cylindrical-coordinate representation of color #705B2D: hue angle of 41.19º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705B2D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 45 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.56 |
| HSL | 41.19º | 0.43% | 0.31% | - |
| HSV(B) | 41.19º | 0.6% | 0.44% | - |
| XYZ | 10.9 | 11.12 | 4.05 | - |
| YUV | 92.04 | 101.46 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 45 | 0 | 0.19 | 0.60 | 0.56 | 41.19 | 0.43 | 0.31 |
| Hex | 70 | 5B | 2D | 0 | 13 | 3C | 38 | 29 | 2B | 1F |
| Octal | 160 | 133 | 55 | 0 | 23 | 74 | 70 | 51 | 53 | 37 |
| Binary | 1110000 | 1011011 | 101101 | 0 | 10011 | 111100 | 111000 | 101001 | 101011 | 11111 |
Color Harmonies of #705B2D
Complementary color
Monochromatic Colors of #705B2D
Black with #705B2D
Text Example
Text Example
White with #705B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B2D; }
p { color: rgb(112,91,45); }
H1.HeaderClassName
{
color: #705B2D;
}
.AnyTagClassName
{
color: #705B2D;
}
</style>
background-color css
<style>
a { background-color: #705B2D; }
a { background-color: rgb(112,91,45); }
div.DivClassName
{
background-color: #705B2D;
}
.BgClassName
{
background-color: #705B2D;
}
</style>
border-color css
<style>
span { border-color: #705B2D; }
span { border-color: rgb(112,91,45); }
td.TdClassName
{
border-color: #705B2D;
}
.TagClassName
{
border-color: #705B2D;
}
</style>