Shades of Horses Neck #735D1C
Tints of Horses Neck #735D1C
RGB
CMYK
RGB Variations
Color information
#735D1C (or 0x735D1C) is known color: Horses Neck. HEX triplet: 73, 5D and 1C. RGB value is (115,93,28). Sum of RGB (Red+Green+Blue) = 115+93+28=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #735D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735D1C is #8CA2E3. Grayscale: #5C5C5C. Windows color (decimal): -9216740 or 1858931. OLE color: 1858931.
HSL color Cylindrical-coordinate representation of color #735D1C: hue angle of 44.83º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #735D1C is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 93 | 28 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.55 |
| HSL | 44.83º | 0.61% | 0.28% | - |
| HSV(B) | 44.83º | 0.76% | 0.45% | - |
| XYZ | 11.19 | 11.56 | 2.74 | - |
| YUV | 92.17 | 91.79 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 28 | 0 | 0.19 | 0.76 | 0.55 | 44.83 | 0.61 | 0.28 |
| Hex | 73 | 5D | 1C | 0 | 13 | 4C | 37 | 2D | 3D | 1C |
| Octal | 163 | 135 | 34 | 0 | 23 | 114 | 67 | 55 | 75 | 34 |
| Binary | 1110011 | 1011101 | 11100 | 0 | 10011 | 1001100 | 110111 | 101101 | 111101 | 11100 |
Color Harmonies of #735D1C
Complementary color
Monochromatic Colors of #735D1C
Black with #735D1C
Text Example
Text Example
White with #735D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735D1C; }
p { color: rgb(115,93,28); }
H1.HeaderClassName
{
color: #735D1C;
}
.AnyTagClassName
{
color: #735D1C;
}
</style>
background-color css
<style>
a { background-color: #735D1C; }
a { background-color: rgb(115,93,28); }
div.DivClassName
{
background-color: #735D1C;
}
.BgClassName
{
background-color: #735D1C;
}
</style>
border-color css
<style>
span { border-color: #735D1C; }
span { border-color: rgb(115,93,28); }
td.TdClassName
{
border-color: #735D1C;
}
.TagClassName
{
border-color: #735D1C;
}
</style>