Shades of Horses Neck #70581D
Tints of Horses Neck #70581D
RGB
CMYK
RGB Variations
Color information
#70581D (or 0x70581D) is known color: Horses Neck. HEX triplet: 70, 58 and 1D. RGB value is (112,88,29). Sum of RGB (Red+Green+Blue) = 112+88+29=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70581D is #8FA7E2. Grayscale: #585858. Windows color (decimal): -9414627 or 1923184. OLE color: 1923184.
HSL color Cylindrical-coordinate representation of color #70581D: hue angle of 42.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70581D is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 29 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.56 |
| HSL | 42.65º | 0.59% | 0.28% | - |
| HSV(B) | 42.65º | 0.74% | 0.44% | - |
| XYZ | 10.39 | 10.51 | 2.64 | - |
| YUV | 88.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 29 | 0 | 0.21 | 0.74 | 0.56 | 42.65 | 0.59 | 0.28 |
| Hex | 70 | 58 | 1D | 0 | 15 | 4A | 38 | 2B | 3B | 1C |
| Octal | 160 | 130 | 35 | 0 | 25 | 112 | 70 | 53 | 73 | 34 |
| Binary | 1110000 | 1011000 | 11101 | 0 | 10101 | 1001010 | 111000 | 101011 | 111011 | 11100 |
Color Harmonies of #70581D
Complementary color
Monochromatic Colors of #70581D
Black with #70581D
Text Example
Text Example
White with #70581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70581D; }
p { color: rgb(112,88,29); }
H1.HeaderClassName
{
color: #70581D;
}
.AnyTagClassName
{
color: #70581D;
}
</style>
background-color css
<style>
a { background-color: #70581D; }
a { background-color: rgb(112,88,29); }
div.DivClassName
{
background-color: #70581D;
}
.BgClassName
{
background-color: #70581D;
}
</style>
border-color css
<style>
span { border-color: #70581D; }
span { border-color: rgb(112,88,29); }
td.TdClassName
{
border-color: #70581D;
}
.TagClassName
{
border-color: #70581D;
}
</style>