Shades of Horses Neck #735A1C
Tints of Horses Neck #735A1C
RGB
CMYK
RGB Variations
Color information
#735A1C (or 0x735A1C) is known color: Horses Neck. HEX triplet: 73, 5A and 1C. RGB value is (115,90,28). Sum of RGB (Red+Green+Blue) = 115+90+28=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #735A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A1C is #8CA5E3. Grayscale: #5A5A5A. Windows color (decimal): -9217508 or 1858163. OLE color: 1858163.
HSL color Cylindrical-coordinate representation of color #735A1C: hue angle of 42.76º 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 #735A1C is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 28 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.55 |
| HSL | 42.76º | 0.61% | 0.28% | - |
| HSV(B) | 42.76º | 0.76% | 0.45% | - |
| XYZ | 10.94 | 11.04 | 2.65 | - |
| YUV | 90.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 28 | 0 | 0.22 | 0.76 | 0.55 | 42.76 | 0.61 | 0.28 |
| Hex | 73 | 5A | 1C | 0 | 16 | 4C | 37 | 2B | 3D | 1C |
| Octal | 163 | 132 | 34 | 0 | 26 | 114 | 67 | 53 | 75 | 34 |
| Binary | 1110011 | 1011010 | 11100 | 0 | 10110 | 1001100 | 110111 | 101011 | 111101 | 11100 |
Color Harmonies of #735A1C
Complementary color
Monochromatic Colors of #735A1C
Black with #735A1C
Text Example
Text Example
White with #735A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A1C; }
p { color: rgb(115,90,28); }
H1.HeaderClassName
{
color: #735A1C;
}
.AnyTagClassName
{
color: #735A1C;
}
</style>
background-color css
<style>
a { background-color: #735A1C; }
a { background-color: rgb(115,90,28); }
div.DivClassName
{
background-color: #735A1C;
}
.BgClassName
{
background-color: #735A1C;
}
</style>
border-color css
<style>
span { border-color: #735A1C; }
span { border-color: rgb(115,90,28); }
td.TdClassName
{
border-color: #735A1C;
}
.TagClassName
{
border-color: #735A1C;
}
</style>