Shades of Horses Neck #70532B
Tints of Horses Neck #70532B
RGB
CMYK
RGB Variations
Color information
#70532B (or 0x70532B) is known color: Horses Neck. HEX triplet: 70, 53 and 2B. RGB value is (112,83,43). Sum of RGB (Red+Green+Blue) = 112+83+43=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70532B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70532B is #8FACD4. Grayscale: #575757. Windows color (decimal): -9415893 or 2839408. OLE color: 2839408.
HSL color Cylindrical-coordinate representation of color #70532B: hue angle of 34.78º 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 #70532B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 43 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.56 |
| HSL | 34.78º | 0.45% | 0.3% | - |
| HSV(B) | 34.78º | 0.62% | 0.44% | - |
| XYZ | 10.21 | 9.81 | 3.64 | - |
| YUV | 87.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 43 | 0 | 0.26 | 0.62 | 0.56 | 34.78 | 0.45 | 0.3 |
| Hex | 70 | 53 | 2B | 0 | 1A | 3E | 38 | 23 | 2D | 1E |
| Octal | 160 | 123 | 53 | 0 | 32 | 76 | 70 | 43 | 55 | 36 |
| Binary | 1110000 | 1010011 | 101011 | 0 | 11010 | 111110 | 111000 | 100011 | 101101 | 11110 |
Color Harmonies of #70532B
Complementary color
Monochromatic Colors of #70532B
Black with #70532B
Text Example
Text Example
White with #70532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70532B; }
p { color: rgb(112,83,43); }
H1.HeaderClassName
{
color: #70532B;
}
.AnyTagClassName
{
color: #70532B;
}
</style>
background-color css
<style>
a { background-color: #70532B; }
a { background-color: rgb(112,83,43); }
div.DivClassName
{
background-color: #70532B;
}
.BgClassName
{
background-color: #70532B;
}
</style>
border-color css
<style>
span { border-color: #70532B; }
span { border-color: rgb(112,83,43); }
td.TdClassName
{
border-color: #70532B;
}
.TagClassName
{
border-color: #70532B;
}
</style>