Shades of Horses Neck #735A30
Tints of Horses Neck #735A30
RGB
CMYK
RGB Variations
Color information
#735A30 (or 0x735A30) is known color: Horses Neck. HEX triplet: 73, 5A and 30. RGB value is (115,90,48). Sum of RGB (Red+Green+Blue) = 115+90+48=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #735A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A30 is #8CA5CF. Grayscale: #5C5C5C. Windows color (decimal): -9217488 or 3168883. OLE color: 3168883.
HSL color Cylindrical-coordinate representation of color #735A30: hue angle of 37.61º 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 #735A30 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 48 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.55 |
| HSL | 37.61º | 0.41% | 0.32% | - |
| HSV(B) | 37.61º | 0.58% | 0.45% | - |
| XYZ | 11.26 | 11.17 | 4.36 | - |
| YUV | 92.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 48 | 0 | 0.22 | 0.58 | 0.55 | 37.61 | 0.41 | 0.32 |
| Hex | 73 | 5A | 30 | 0 | 16 | 3A | 37 | 26 | 29 | 20 |
| Octal | 163 | 132 | 60 | 0 | 26 | 72 | 67 | 46 | 51 | 40 |
| Binary | 1110011 | 1011010 | 110000 | 0 | 10110 | 111010 | 110111 | 100110 | 101001 | 100000 |
Color Harmonies of #735A30
Complementary color
Monochromatic Colors of #735A30
Black with #735A30
Text Example
Text Example
White with #735A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A30; }
p { color: rgb(115,90,48); }
H1.HeaderClassName
{
color: #735A30;
}
.AnyTagClassName
{
color: #735A30;
}
</style>
background-color css
<style>
a { background-color: #735A30; }
a { background-color: rgb(115,90,48); }
div.DivClassName
{
background-color: #735A30;
}
.BgClassName
{
background-color: #735A30;
}
</style>
border-color css
<style>
span { border-color: #735A30; }
span { border-color: rgb(115,90,48); }
td.TdClassName
{
border-color: #735A30;
}
.TagClassName
{
border-color: #735A30;
}
</style>