Shades of Horses Neck #70522B
Tints of Horses Neck #70522B
RGB
CMYK
RGB Variations
Color information
#70522B (or 0x70522B) is known color: Horses Neck. HEX triplet: 70, 52 and 2B. RGB value is (112,82,43). Sum of RGB (Red+Green+Blue) = 112+82+43=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70522B is #8FADD4. Grayscale: #565656. Windows color (decimal): -9416149 or 2839152. OLE color: 2839152.
HSL color Cylindrical-coordinate representation of color #70522B: hue angle of 33.91º 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 #70522B is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 43 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.56 |
| HSL | 33.91º | 0.45% | 0.3% | - |
| HSV(B) | 33.91º | 0.62% | 0.44% | - |
| XYZ | 10.14 | 9.65 | 3.61 | - |
| YUV | 86.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 43 | 0 | 0.27 | 0.62 | 0.56 | 33.91 | 0.45 | 0.3 |
| Hex | 70 | 52 | 2B | 0 | 1B | 3E | 38 | 22 | 2D | 1E |
| Octal | 160 | 122 | 53 | 0 | 33 | 76 | 70 | 42 | 55 | 36 |
| Binary | 1110000 | 1010010 | 101011 | 0 | 11011 | 111110 | 111000 | 100010 | 101101 | 11110 |
Color Harmonies of #70522B
Complementary color
Monochromatic Colors of #70522B
Black with #70522B
Text Example
Text Example
White with #70522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70522B; }
p { color: rgb(112,82,43); }
H1.HeaderClassName
{
color: #70522B;
}
.AnyTagClassName
{
color: #70522B;
}
</style>
background-color css
<style>
a { background-color: #70522B; }
a { background-color: rgb(112,82,43); }
div.DivClassName
{
background-color: #70522B;
}
.BgClassName
{
background-color: #70522B;
}
</style>
border-color css
<style>
span { border-color: #70522B; }
span { border-color: rgb(112,82,43); }
td.TdClassName
{
border-color: #70522B;
}
.TagClassName
{
border-color: #70522B;
}
</style>