Shades of Horses Neck #705C1B
Tints of Horses Neck #705C1B
RGB
CMYK
RGB Variations
Color information
#705C1B (or 0x705C1B) is known color: Horses Neck. HEX triplet: 70, 5C and 1B. RGB value is (112,92,27). Sum of RGB (Red+Green+Blue) = 112+92+27=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #705C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705C1B is #8FA3E4. Grayscale: #5A5A5A. Windows color (decimal): -9413605 or 1793136. OLE color: 1793136.
HSL color Cylindrical-coordinate representation of color #705C1B: hue angle of 45.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #705C1B is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 92 | 27 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.56 |
| HSL | 45.88º | 0.61% | 0.27% | - |
| HSV(B) | 45.88º | 0.76% | 0.44% | - |
| XYZ | 10.71 | 11.18 | 2.63 | - |
| YUV | 90.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 92 | 27 | 0 | 0.18 | 0.76 | 0.56 | 45.88 | 0.61 | 0.27 |
| Hex | 70 | 5C | 1B | 0 | 12 | 4C | 38 | 2E | 3D | 1B |
| Octal | 160 | 134 | 33 | 0 | 22 | 114 | 70 | 56 | 75 | 33 |
| Binary | 1110000 | 1011100 | 11011 | 0 | 10010 | 1001100 | 111000 | 101110 | 111101 | 11011 |
Color Harmonies of #705C1B
Complementary color
Monochromatic Colors of #705C1B
Black with #705C1B
Text Example
Text Example
White with #705C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705C1B; }
p { color: rgb(112,92,27); }
H1.HeaderClassName
{
color: #705C1B;
}
.AnyTagClassName
{
color: #705C1B;
}
</style>
background-color css
<style>
a { background-color: #705C1B; }
a { background-color: rgb(112,92,27); }
div.DivClassName
{
background-color: #705C1B;
}
.BgClassName
{
background-color: #705C1B;
}
</style>
border-color css
<style>
span { border-color: #705C1B; }
span { border-color: rgb(112,92,27); }
td.TdClassName
{
border-color: #705C1B;
}
.TagClassName
{
border-color: #705C1B;
}
</style>