Shades of Horses Neck #74582B
Tints of Horses Neck #74582B
RGB
CMYK
RGB Variations
Color information
#74582B (or 0x74582B) is known color: Horses Neck. HEX triplet: 74, 58 and 2B. RGB value is (116,88,43). Sum of RGB (Red+Green+Blue) = 116+88+43=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #74582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74582B is #8BA7D4. Grayscale: #5B5B5B. Windows color (decimal): -9152469 or 2840692. OLE color: 2840692.
HSL color Cylindrical-coordinate representation of color #74582B: hue angle of 36.99º 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 #74582B is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 43 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.55 |
| HSL | 36.99º | 0.46% | 0.31% | - |
| HSV(B) | 36.99º | 0.63% | 0.45% | - |
| XYZ | 11.13 | 10.87 | 3.8 | - |
| YUV | 91.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 43 | 0 | 0.24 | 0.63 | 0.55 | 36.99 | 0.46 | 0.31 |
| Hex | 74 | 58 | 2B | 0 | 18 | 3F | 37 | 25 | 2E | 1F |
| Octal | 164 | 130 | 53 | 0 | 30 | 77 | 67 | 45 | 56 | 37 |
| Binary | 1110100 | 1011000 | 101011 | 0 | 11000 | 111111 | 110111 | 100101 | 101110 | 11111 |
Color Harmonies of #74582B
Complementary color
Monochromatic Colors of #74582B
Black with #74582B
Text Example
Text Example
White with #74582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74582B; }
p { color: rgb(116,88,43); }
H1.HeaderClassName
{
color: #74582B;
}
.AnyTagClassName
{
color: #74582B;
}
</style>
background-color css
<style>
a { background-color: #74582B; }
a { background-color: rgb(116,88,43); }
div.DivClassName
{
background-color: #74582B;
}
.BgClassName
{
background-color: #74582B;
}
</style>
border-color css
<style>
span { border-color: #74582B; }
span { border-color: rgb(116,88,43); }
td.TdClassName
{
border-color: #74582B;
}
.TagClassName
{
border-color: #74582B;
}
</style>