Shades of Horses Neck #73532A
Tints of Horses Neck #73532A
RGB
CMYK
RGB Variations
Color information
#73532A (or 0x73532A) is known color: Horses Neck. HEX triplet: 73, 53 and 2A. RGB value is (115,83,42). Sum of RGB (Red+Green+Blue) = 115+83+42=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73532A is #8CACD5. Grayscale: #585858. Windows color (decimal): -9219286 or 2773875. OLE color: 2773875.
HSL color Cylindrical-coordinate representation of color #73532A: hue angle of 33.7º 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 #73532A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 42 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.55 |
| HSL | 33.7º | 0.46% | 0.31% | - |
| HSV(B) | 33.7º | 0.63% | 0.45% | - |
| XYZ | 10.58 | 10 | 3.56 | - |
| YUV | 87.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 42 | 0 | 0.28 | 0.63 | 0.55 | 33.7 | 0.46 | 0.31 |
| Hex | 73 | 53 | 2A | 0 | 1C | 3F | 37 | 22 | 2E | 1F |
| Octal | 163 | 123 | 52 | 0 | 34 | 77 | 67 | 42 | 56 | 37 |
| Binary | 1110011 | 1010011 | 101010 | 0 | 11100 | 111111 | 110111 | 100010 | 101110 | 11111 |
Color Harmonies of #73532A
Complementary color
Monochromatic Colors of #73532A
Black with #73532A
Text Example
Text Example
White with #73532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73532A; }
p { color: rgb(115,83,42); }
H1.HeaderClassName
{
color: #73532A;
}
.AnyTagClassName
{
color: #73532A;
}
</style>
background-color css
<style>
a { background-color: #73532A; }
a { background-color: rgb(115,83,42); }
div.DivClassName
{
background-color: #73532A;
}
.BgClassName
{
background-color: #73532A;
}
</style>
border-color css
<style>
span { border-color: #73532A; }
span { border-color: rgb(115,83,42); }
td.TdClassName
{
border-color: #73532A;
}
.TagClassName
{
border-color: #73532A;
}
</style>