Shades of Horses Neck #735B2A
Tints of Horses Neck #735B2A
RGB
CMYK
RGB Variations
Color information
#735B2A (or 0x735B2A) is known color: Horses Neck. HEX triplet: 73, 5B and 2A. RGB value is (115,91,42). Sum of RGB (Red+Green+Blue) = 115+91+42=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #735B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735B2A is #8CA4D5. Grayscale: #5C5C5C. Windows color (decimal): -9217238 or 2775923. OLE color: 2775923.
HSL color Cylindrical-coordinate representation of color #735B2A: hue angle of 40.27º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #735B2A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 42 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.55 |
| HSL | 40.27º | 0.46% | 0.31% | - |
| HSV(B) | 40.27º | 0.63% | 0.45% | - |
| XYZ | 11.23 | 11.29 | 3.78 | - |
| YUV | 92.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 42 | 0 | 0.21 | 0.63 | 0.55 | 40.27 | 0.46 | 0.31 |
| Hex | 73 | 5B | 2A | 0 | 15 | 3F | 37 | 28 | 2E | 1F |
| Octal | 163 | 133 | 52 | 0 | 25 | 77 | 67 | 50 | 56 | 37 |
| Binary | 1110011 | 1011011 | 101010 | 0 | 10101 | 111111 | 110111 | 101000 | 101110 | 11111 |
Color Harmonies of #735B2A
Complementary color
Monochromatic Colors of #735B2A
Black with #735B2A
Text Example
Text Example
White with #735B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B2A; }
p { color: rgb(115,91,42); }
H1.HeaderClassName
{
color: #735B2A;
}
.AnyTagClassName
{
color: #735B2A;
}
</style>
background-color css
<style>
a { background-color: #735B2A; }
a { background-color: rgb(115,91,42); }
div.DivClassName
{
background-color: #735B2A;
}
.BgClassName
{
background-color: #735B2A;
}
</style>
border-color css
<style>
span { border-color: #735B2A; }
span { border-color: rgb(115,91,42); }
td.TdClassName
{
border-color: #735B2A;
}
.TagClassName
{
border-color: #735B2A;
}
</style>