Shades of Horses Neck #735C2A
Tints of Horses Neck #735C2A
RGB
CMYK
RGB Variations
Color information
#735C2A (or 0x735C2A) is known color: Horses Neck. HEX triplet: 73, 5C and 2A. RGB value is (115,92,42). Sum of RGB (Red+Green+Blue) = 115+92+42=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #735C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C2A is #8CA3D5. Grayscale: #5D5D5D. Windows color (decimal): -9216982 or 2776179. OLE color: 2776179.
HSL color Cylindrical-coordinate representation of color #735C2A: hue angle of 41.1º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735C2A is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 42 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.55 |
| HSL | 41.1º | 0.46% | 0.31% | - |
| HSV(B) | 41.1º | 0.63% | 0.45% | - |
| XYZ | 11.32 | 11.47 | 3.81 | - |
| YUV | 93.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 42 | 0 | 0.20 | 0.63 | 0.55 | 41.1 | 0.46 | 0.31 |
| Hex | 73 | 5C | 2A | 0 | 14 | 3F | 37 | 29 | 2E | 1F |
| Octal | 163 | 134 | 52 | 0 | 24 | 77 | 67 | 51 | 56 | 37 |
| Binary | 1110011 | 1011100 | 101010 | 0 | 10100 | 111111 | 110111 | 101001 | 101110 | 11111 |
Color Harmonies of #735C2A
Complementary color
Monochromatic Colors of #735C2A
Black with #735C2A
Text Example
Text Example
White with #735C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C2A; }
p { color: rgb(115,92,42); }
H1.HeaderClassName
{
color: #735C2A;
}
.AnyTagClassName
{
color: #735C2A;
}
</style>
background-color css
<style>
a { background-color: #735C2A; }
a { background-color: rgb(115,92,42); }
div.DivClassName
{
background-color: #735C2A;
}
.BgClassName
{
background-color: #735C2A;
}
</style>
border-color css
<style>
span { border-color: #735C2A; }
span { border-color: rgb(115,92,42); }
td.TdClassName
{
border-color: #735C2A;
}
.TagClassName
{
border-color: #735C2A;
}
</style>