Shades of Horses Neck #735A1B
Tints of Horses Neck #735A1B
RGB
CMYK
RGB Variations
Color information
#735A1B (or 0x735A1B) is known color: Horses Neck. HEX triplet: 73, 5A and 1B. RGB value is (115,90,27). Sum of RGB (Red+Green+Blue) = 115+90+27=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #735A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735A1B is #8CA5E4. Grayscale: #5A5A5A. Windows color (decimal): -9217509 or 1792627. OLE color: 1792627.
HSL color Cylindrical-coordinate representation of color #735A1B: hue angle of 42.95º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #735A1B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 90 | 27 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.55 |
| HSL | 42.95º | 0.62% | 0.28% | - |
| HSV(B) | 42.95º | 0.77% | 0.45% | - |
| XYZ | 10.92 | 11.04 | 2.59 | - |
| YUV | 90.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 27 | 0 | 0.22 | 0.77 | 0.55 | 42.95 | 0.62 | 0.28 |
| Hex | 73 | 5A | 1B | 0 | 16 | 4D | 37 | 2B | 3E | 1C |
| Octal | 163 | 132 | 33 | 0 | 26 | 115 | 67 | 53 | 76 | 34 |
| Binary | 1110011 | 1011010 | 11011 | 0 | 10110 | 1001101 | 110111 | 101011 | 111110 | 11100 |
Color Harmonies of #735A1B
Complementary color
Monochromatic Colors of #735A1B
Black with #735A1B
Text Example
Text Example
White with #735A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A1B; }
p { color: rgb(115,90,27); }
H1.HeaderClassName
{
color: #735A1B;
}
.AnyTagClassName
{
color: #735A1B;
}
</style>
background-color css
<style>
a { background-color: #735A1B; }
a { background-color: rgb(115,90,27); }
div.DivClassName
{
background-color: #735A1B;
}
.BgClassName
{
background-color: #735A1B;
}
</style>
border-color css
<style>
span { border-color: #735A1B; }
span { border-color: rgb(115,90,27); }
td.TdClassName
{
border-color: #735A1B;
}
.TagClassName
{
border-color: #735A1B;
}
</style>