Shades of Horses Neck #735C1C
Tints of Horses Neck #735C1C
RGB
CMYK
RGB Variations
Color information
#735C1C (or 0x735C1C) is known color: Horses Neck. HEX triplet: 73, 5C and 1C. RGB value is (115,92,28). Sum of RGB (Red+Green+Blue) = 115+92+28=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #735C1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C1C is #8CA3E3. Grayscale: #5B5B5B. Windows color (decimal): -9216996 or 1858675. OLE color: 1858675.
HSL color Cylindrical-coordinate representation of color #735C1C: hue angle of 44.14º 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 #735C1C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 28 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.55 |
| HSL | 44.14º | 0.61% | 0.28% | - |
| HSV(B) | 44.14º | 0.76% | 0.45% | - |
| XYZ | 11.11 | 11.38 | 2.71 | - |
| YUV | 91.58 | 92.12 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 28 | 0 | 0.20 | 0.76 | 0.55 | 44.14 | 0.61 | 0.28 |
| Hex | 73 | 5C | 1C | 0 | 14 | 4C | 37 | 2C | 3D | 1C |
| Octal | 163 | 134 | 34 | 0 | 24 | 114 | 67 | 54 | 75 | 34 |
| Binary | 1110011 | 1011100 | 11100 | 0 | 10100 | 1001100 | 110111 | 101100 | 111101 | 11100 |
Color Harmonies of #735C1C
Complementary color
Monochromatic Colors of #735C1C
Black with #735C1C
Text Example
Text Example
White with #735C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C1C; }
p { color: rgb(115,92,28); }
H1.HeaderClassName
{
color: #735C1C;
}
.AnyTagClassName
{
color: #735C1C;
}
</style>
background-color css
<style>
a { background-color: #735C1C; }
a { background-color: rgb(115,92,28); }
div.DivClassName
{
background-color: #735C1C;
}
.BgClassName
{
background-color: #735C1C;
}
</style>
border-color css
<style>
span { border-color: #735C1C; }
span { border-color: rgb(115,92,28); }
td.TdClassName
{
border-color: #735C1C;
}
.TagClassName
{
border-color: #735C1C;
}
</style>