Shades of Horses Neck #70532E
Tints of Horses Neck #70532E
RGB
CMYK
RGB Variations
Color information
#70532E (or 0x70532E) is known color: Horses Neck. HEX triplet: 70, 53 and 2E. RGB value is (112,83,46). Sum of RGB (Red+Green+Blue) = 112+83+46=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70532E is #8FACD1. Grayscale: #575757. Windows color (decimal): -9415890 or 3036016. OLE color: 3036016.
HSL color Cylindrical-coordinate representation of color #70532E: hue angle of 33.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70532E is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 83 | 46 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.56 |
| HSL | 33.64º | 0.42% | 0.31% | - |
| HSV(B) | 33.64º | 0.59% | 0.44% | - |
| XYZ | 10.27 | 9.83 | 3.94 | - |
| YUV | 87.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 46 | 0 | 0.26 | 0.59 | 0.56 | 33.64 | 0.42 | 0.31 |
| Hex | 70 | 53 | 2E | 0 | 1A | 3B | 38 | 22 | 2A | 1F |
| Octal | 160 | 123 | 56 | 0 | 32 | 73 | 70 | 42 | 52 | 37 |
| Binary | 1110000 | 1010011 | 101110 | 0 | 11010 | 111011 | 111000 | 100010 | 101010 | 11111 |
Color Harmonies of #70532E
Complementary color
Monochromatic Colors of #70532E
Black with #70532E
Text Example
Text Example
White with #70532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70532E; }
p { color: rgb(112,83,46); }
H1.HeaderClassName
{
color: #70532E;
}
.AnyTagClassName
{
color: #70532E;
}
</style>
background-color css
<style>
a { background-color: #70532E; }
a { background-color: rgb(112,83,46); }
div.DivClassName
{
background-color: #70532E;
}
.BgClassName
{
background-color: #70532E;
}
</style>
border-color css
<style>
span { border-color: #70532E; }
span { border-color: rgb(112,83,46); }
td.TdClassName
{
border-color: #70532E;
}
.TagClassName
{
border-color: #70532E;
}
</style>