Shades of Horses Neck #70532F
Tints of Horses Neck #70532F
RGB
CMYK
RGB Variations
Color information
#70532F (or 0x70532F) is known color: Horses Neck. HEX triplet: 70, 53 and 2F. RGB value is (112,83,47). Sum of RGB (Red+Green+Blue) = 112+83+47=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70532F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70532F is #8FACD0. Grayscale: #575757. Windows color (decimal): -9415889 or 3101552. OLE color: 3101552.
HSL color Cylindrical-coordinate representation of color #70532F: hue angle of 33.23º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70532F is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 47 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.56 |
| HSL | 33.23º | 0.41% | 0.31% | - |
| HSV(B) | 33.23º | 0.58% | 0.44% | - |
| XYZ | 10.29 | 9.84 | 4.05 | - |
| YUV | 87.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 47 | 0 | 0.26 | 0.58 | 0.56 | 33.23 | 0.41 | 0.31 |
| Hex | 70 | 53 | 2F | 0 | 1A | 3A | 38 | 21 | 29 | 1F |
| Octal | 160 | 123 | 57 | 0 | 32 | 72 | 70 | 41 | 51 | 37 |
| Binary | 1110000 | 1010011 | 101111 | 0 | 11010 | 111010 | 111000 | 100001 | 101001 | 11111 |
Color Harmonies of #70532F
Complementary color
Monochromatic Colors of #70532F
Black with #70532F
Text Example
Text Example
White with #70532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70532F; }
p { color: rgb(112,83,47); }
H1.HeaderClassName
{
color: #70532F;
}
.AnyTagClassName
{
color: #70532F;
}
</style>
background-color css
<style>
a { background-color: #70532F; }
a { background-color: rgb(112,83,47); }
div.DivClassName
{
background-color: #70532F;
}
.BgClassName
{
background-color: #70532F;
}
</style>
border-color css
<style>
span { border-color: #70532F; }
span { border-color: rgb(112,83,47); }
td.TdClassName
{
border-color: #70532F;
}
.TagClassName
{
border-color: #70532F;
}
</style>