Shades of Horses Neck #705B2B
Tints of Horses Neck #705B2B
RGB
CMYK
RGB Variations
Color information
#705B2B (or 0x705B2B) is known color: Horses Neck. HEX triplet: 70, 5B and 2B. RGB value is (112,91,43). Sum of RGB (Red+Green+Blue) = 112+91+43=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #705B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705B2B is #8FA4D4. Grayscale: #5C5C5C. Windows color (decimal): -9413845 or 2841456. OLE color: 2841456.
HSL color Cylindrical-coordinate representation of color #705B2B: hue angle of 41.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #705B2B is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 91 | 43 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.56 |
| HSL | 41.74º | 0.45% | 0.3% | - |
| HSV(B) | 41.74º | 0.62% | 0.44% | - |
| XYZ | 10.86 | 11.1 | 3.86 | - |
| YUV | 91.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 91 | 43 | 0 | 0.19 | 0.62 | 0.56 | 41.74 | 0.45 | 0.3 |
| Hex | 70 | 5B | 2B | 0 | 13 | 3E | 38 | 2A | 2D | 1E |
| Octal | 160 | 133 | 53 | 0 | 23 | 76 | 70 | 52 | 55 | 36 |
| Binary | 1110000 | 1011011 | 101011 | 0 | 10011 | 111110 | 111000 | 101010 | 101101 | 11110 |
Color Harmonies of #705B2B
Complementary color
Monochromatic Colors of #705B2B
Black with #705B2B
Text Example
Text Example
White with #705B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705B2B; }
p { color: rgb(112,91,43); }
H1.HeaderClassName
{
color: #705B2B;
}
.AnyTagClassName
{
color: #705B2B;
}
</style>
background-color css
<style>
a { background-color: #705B2B; }
a { background-color: rgb(112,91,43); }
div.DivClassName
{
background-color: #705B2B;
}
.BgClassName
{
background-color: #705B2B;
}
</style>
border-color css
<style>
span { border-color: #705B2B; }
span { border-color: rgb(112,91,43); }
td.TdClassName
{
border-color: #705B2B;
}
.TagClassName
{
border-color: #705B2B;
}
</style>