Shades of Horses Neck #735A28
Tints of Horses Neck #735A28
RGB
CMYK
RGB Variations
Color information
#735A28 (or 0x735A28) is known color: Horses Neck. HEX triplet: 73, 5A and 28. RGB value is (115,90,40). Sum of RGB (Red+Green+Blue) = 115+90+40=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #735A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A28 is #8CA5D7. Grayscale: #5C5C5C. Windows color (decimal): -9217496 or 2644595. OLE color: 2644595.
HSL color Cylindrical-coordinate representation of color #735A28: hue angle of 40º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #735A28 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 40 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.55 |
| HSL | 40º | 0.48% | 0.3% | - |
| HSV(B) | 40º | 0.65% | 0.45% | - |
| XYZ | 11.11 | 11.11 | 3.57 | - |
| YUV | 91.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 40 | 0 | 0.22 | 0.65 | 0.55 | 40 | 0.48 | 0.3 |
| Hex | 73 | 5A | 28 | 0 | 16 | 41 | 37 | 28 | 30 | 1E |
| Octal | 163 | 132 | 50 | 0 | 26 | 101 | 67 | 50 | 60 | 36 |
| Binary | 1110011 | 1011010 | 101000 | 0 | 10110 | 1000001 | 110111 | 101000 | 110000 | 11110 |
Color Harmonies of #735A28
Complementary color
Monochromatic Colors of #735A28
Black with #735A28
Text Example
Text Example
White with #735A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A28; }
p { color: rgb(115,90,40); }
H1.HeaderClassName
{
color: #735A28;
}
.AnyTagClassName
{
color: #735A28;
}
</style>
background-color css
<style>
a { background-color: #735A28; }
a { background-color: rgb(115,90,40); }
div.DivClassName
{
background-color: #735A28;
}
.BgClassName
{
background-color: #735A28;
}
</style>
border-color css
<style>
span { border-color: #735A28; }
span { border-color: rgb(115,90,40); }
td.TdClassName
{
border-color: #735A28;
}
.TagClassName
{
border-color: #735A28;
}
</style>