Shades of Horses Neck #735C25
Tints of Horses Neck #735C25
RGB
CMYK
RGB Variations
Color information
#735C25 (or 0x735C25) is known color: Horses Neck. HEX triplet: 73, 5C and 25. RGB value is (115,92,37). Sum of RGB (Red+Green+Blue) = 115+92+37=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #735C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C25 is #8CA3DA. Grayscale: #5C5C5C. Windows color (decimal): -9216987 or 2448499. OLE color: 2448499.
HSL color Cylindrical-coordinate representation of color #735C25: hue angle of 42.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #735C25 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 37 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.55 |
| HSL | 42.31º | 0.51% | 0.3% | - |
| HSV(B) | 42.31º | 0.68% | 0.45% | - |
| XYZ | 11.23 | 11.43 | 3.37 | - |
| YUV | 92.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 37 | 0 | 0.20 | 0.68 | 0.55 | 42.31 | 0.51 | 0.3 |
| Hex | 73 | 5C | 25 | 0 | 14 | 44 | 37 | 2A | 33 | 1E |
| Octal | 163 | 134 | 45 | 0 | 24 | 104 | 67 | 52 | 63 | 36 |
| Binary | 1110011 | 1011100 | 100101 | 0 | 10100 | 1000100 | 110111 | 101010 | 110011 | 11110 |
Color Harmonies of #735C25
Complementary color
Monochromatic Colors of #735C25
Black with #735C25
Text Example
Text Example
White with #735C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C25; }
p { color: rgb(115,92,37); }
H1.HeaderClassName
{
color: #735C25;
}
.AnyTagClassName
{
color: #735C25;
}
</style>
background-color css
<style>
a { background-color: #735C25; }
a { background-color: rgb(115,92,37); }
div.DivClassName
{
background-color: #735C25;
}
.BgClassName
{
background-color: #735C25;
}
</style>
border-color css
<style>
span { border-color: #735C25; }
span { border-color: rgb(115,92,37); }
td.TdClassName
{
border-color: #735C25;
}
.TagClassName
{
border-color: #735C25;
}
</style>