Shades of Horses Neck #735C2E
Tints of Horses Neck #735C2E
RGB
CMYK
RGB Variations
Color information
#735C2E (or 0x735C2E) is known color: Horses Neck. HEX triplet: 73, 5C and 2E. RGB value is (115,92,46). Sum of RGB (Red+Green+Blue) = 115+92+46=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C2E is #8CA3D1. Grayscale: #5D5D5D. Windows color (decimal): -9216978 or 3038323. OLE color: 3038323.
HSL color Cylindrical-coordinate representation of color #735C2E: hue angle of 40º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #735C2E is Cyan = 0, Magento = 0.20, Yellow = 0.6 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 46 | - |
| CMYK | 0 | 0.20 | 0.6 | 0.55 |
| HSL | 40º | 0.43% | 0.32% | - |
| HSV(B) | 40º | 0.6% | 0.45% | - |
| XYZ | 11.39 | 11.5 | 4.2 | - |
| YUV | 93.63 | 101.12 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 46 | 0 | 0.20 | 0.6 | 0.55 | 40 | 0.43 | 0.32 |
| Hex | 73 | 5C | 2E | 0 | 14 | 3C | 37 | 28 | 2B | 20 |
| Octal | 163 | 134 | 56 | 0 | 24 | 74 | 67 | 50 | 53 | 40 |
| Binary | 1110011 | 1011100 | 101110 | 0 | 10100 | 111100 | 110111 | 101000 | 101011 | 100000 |
Color Harmonies of #735C2E
Complementary color
Monochromatic Colors of #735C2E
Black with #735C2E
Text Example
Text Example
White with #735C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C2E; }
p { color: rgb(115,92,46); }
H1.HeaderClassName
{
color: #735C2E;
}
.AnyTagClassName
{
color: #735C2E;
}
</style>
background-color css
<style>
a { background-color: #735C2E; }
a { background-color: rgb(115,92,46); }
div.DivClassName
{
background-color: #735C2E;
}
.BgClassName
{
background-color: #735C2E;
}
</style>
border-color css
<style>
span { border-color: #735C2E; }
span { border-color: rgb(115,92,46); }
td.TdClassName
{
border-color: #735C2E;
}
.TagClassName
{
border-color: #735C2E;
}
</style>