Shades of Horses Neck #70522C
Tints of Horses Neck #70522C
RGB
CMYK
RGB Variations
Color information
#70522C (or 0x70522C) is known color: Horses Neck. HEX triplet: 70, 52 and 2C. RGB value is (112,82,44). Sum of RGB (Red+Green+Blue) = 112+82+44=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70522C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70522C is #8FADD3. Grayscale: #565656. Windows color (decimal): -9416148 or 2904688. OLE color: 2904688.
HSL color Cylindrical-coordinate representation of color #70522C: hue angle of 33.53º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70522C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 82 | 44 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.56 |
| HSL | 33.53º | 0.44% | 0.31% | - |
| HSV(B) | 33.53º | 0.61% | 0.44% | - |
| XYZ | 10.15 | 9.66 | 3.71 | - |
| YUV | 86.64 | 103.94 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 44 | 0 | 0.27 | 0.61 | 0.56 | 33.53 | 0.44 | 0.31 |
| Hex | 70 | 52 | 2C | 0 | 1B | 3D | 38 | 22 | 2C | 1F |
| Octal | 160 | 122 | 54 | 0 | 33 | 75 | 70 | 42 | 54 | 37 |
| Binary | 1110000 | 1010010 | 101100 | 0 | 11011 | 111101 | 111000 | 100010 | 101100 | 11111 |
Color Harmonies of #70522C
Complementary color
Monochromatic Colors of #70522C
Black with #70522C
Text Example
Text Example
White with #70522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70522C; }
p { color: rgb(112,82,44); }
H1.HeaderClassName
{
color: #70522C;
}
.AnyTagClassName
{
color: #70522C;
}
</style>
background-color css
<style>
a { background-color: #70522C; }
a { background-color: rgb(112,82,44); }
div.DivClassName
{
background-color: #70522C;
}
.BgClassName
{
background-color: #70522C;
}
</style>
border-color css
<style>
span { border-color: #70522C; }
span { border-color: rgb(112,82,44); }
td.TdClassName
{
border-color: #70522C;
}
.TagClassName
{
border-color: #70522C;
}
</style>