Shades of Horses Neck #735C30
Tints of Horses Neck #735C30
RGB
CMYK
RGB Variations
Color information
#735C30 (or 0x735C30) is known color: Horses Neck. HEX triplet: 73, 5C and 30. RGB value is (115,92,48). Sum of RGB (Red+Green+Blue) = 115+92+48=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #735C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735C30 is #8CA3CF. Grayscale: #5E5E5E. Windows color (decimal): -9216976 or 3169395. OLE color: 3169395.
HSL color Cylindrical-coordinate representation of color #735C30: hue angle of 39.4º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #735C30 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 92 | 48 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.55 |
| HSL | 39.4º | 0.41% | 0.32% | - |
| HSV(B) | 39.4º | 0.58% | 0.45% | - |
| XYZ | 11.43 | 11.51 | 4.42 | - |
| YUV | 93.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 92 | 48 | 0 | 0.20 | 0.58 | 0.55 | 39.4 | 0.41 | 0.32 |
| Hex | 73 | 5C | 30 | 0 | 14 | 3A | 37 | 27 | 29 | 20 |
| Octal | 163 | 134 | 60 | 0 | 24 | 72 | 67 | 47 | 51 | 40 |
| Binary | 1110011 | 1011100 | 110000 | 0 | 10100 | 111010 | 110111 | 100111 | 101001 | 100000 |
Color Harmonies of #735C30
Complementary color
Monochromatic Colors of #735C30
Black with #735C30
Text Example
Text Example
White with #735C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735C30; }
p { color: rgb(115,92,48); }
H1.HeaderClassName
{
color: #735C30;
}
.AnyTagClassName
{
color: #735C30;
}
</style>
background-color css
<style>
a { background-color: #735C30; }
a { background-color: rgb(115,92,48); }
div.DivClassName
{
background-color: #735C30;
}
.BgClassName
{
background-color: #735C30;
}
</style>
border-color css
<style>
span { border-color: #735C30; }
span { border-color: rgb(115,92,48); }
td.TdClassName
{
border-color: #735C30;
}
.TagClassName
{
border-color: #735C30;
}
</style>