Shades of Horses Neck #74581F
Tints of Horses Neck #74581F
RGB
CMYK
RGB Variations
Color information
#74581F (or 0x74581F) is known color: Horses Neck. HEX triplet: 74, 58 and 1F. RGB value is (116,88,31). Sum of RGB (Red+Green+Blue) = 116+88+31=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #74581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74581F is #8BA7E0. Grayscale: #5A5A5A. Windows color (decimal): -9152481 or 2054260. OLE color: 2054260.
HSL color Cylindrical-coordinate representation of color #74581F: hue angle of 40.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74581F is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 31 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.55 |
| HSL | 40.24º | 0.58% | 0.29% | - |
| HSV(B) | 40.24º | 0.73% | 0.45% | - |
| XYZ | 10.94 | 10.79 | 2.8 | - |
| YUV | 89.87 | 94.78 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 31 | 0 | 0.24 | 0.73 | 0.55 | 40.24 | 0.58 | 0.29 |
| Hex | 74 | 58 | 1F | 0 | 18 | 49 | 37 | 28 | 3A | 1D |
| Octal | 164 | 130 | 37 | 0 | 30 | 111 | 67 | 50 | 72 | 35 |
| Binary | 1110100 | 1011000 | 11111 | 0 | 11000 | 1001001 | 110111 | 101000 | 111010 | 11101 |
Color Harmonies of #74581F
Complementary color
Monochromatic Colors of #74581F
Black with #74581F
Text Example
Text Example
White with #74581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74581F; }
p { color: rgb(116,88,31); }
H1.HeaderClassName
{
color: #74581F;
}
.AnyTagClassName
{
color: #74581F;
}
</style>
background-color css
<style>
a { background-color: #74581F; }
a { background-color: rgb(116,88,31); }
div.DivClassName
{
background-color: #74581F;
}
.BgClassName
{
background-color: #74581F;
}
</style>
border-color css
<style>
span { border-color: #74581F; }
span { border-color: rgb(116,88,31); }
td.TdClassName
{
border-color: #74581F;
}
.TagClassName
{
border-color: #74581F;
}
</style>