Shades of Horses Neck #735C1A
Tints of Horses Neck #735C1A
RGB
CMYK
RGB Variations
Color information
#735C1A (or 0x735C1A) is known color: Horses Neck. HEX triplet: 73, 5C and 1A. RGB value is (115,92,26). Sum of RGB (Red+Green+Blue) = 115+92+26=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #735C1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C1A is #8CA3E5. Grayscale: #5B5B5B. Windows color (decimal): -9216998 or 1727603. OLE color: 1727603.
HSL color Cylindrical-coordinate representation of color #735C1A: hue angle of 44.49º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #735C1A is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 26 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.55 |
| HSL | 44.49º | 0.63% | 0.28% | - |
| HSV(B) | 44.49º | 0.77% | 0.45% | - |
| XYZ | 11.08 | 11.37 | 2.59 | - |
| YUV | 91.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 26 | 0 | 0.20 | 0.77 | 0.55 | 44.49 | 0.63 | 0.28 |
| Hex | 73 | 5C | 1A | 0 | 14 | 4D | 37 | 2C | 3F | 1C |
| Octal | 163 | 134 | 32 | 0 | 24 | 115 | 67 | 54 | 77 | 34 |
| Binary | 1110011 | 1011100 | 11010 | 0 | 10100 | 1001101 | 110111 | 101100 | 111111 | 11100 |
Color Harmonies of #735C1A
Complementary color
Monochromatic Colors of #735C1A
Black with #735C1A
Text Example
Text Example
White with #735C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C1A; }
p { color: rgb(115,92,26); }
H1.HeaderClassName
{
color: #735C1A;
}
.AnyTagClassName
{
color: #735C1A;
}
</style>
background-color css
<style>
a { background-color: #735C1A; }
a { background-color: rgb(115,92,26); }
div.DivClassName
{
background-color: #735C1A;
}
.BgClassName
{
background-color: #735C1A;
}
</style>
border-color css
<style>
span { border-color: #735C1A; }
span { border-color: rgb(115,92,26); }
td.TdClassName
{
border-color: #735C1A;
}
.TagClassName
{
border-color: #735C1A;
}
</style>