Shades of Horses Neck #74581C
Tints of Horses Neck #74581C
RGB
CMYK
RGB Variations
Color information
#74581C (or 0x74581C) is known color: Horses Neck. HEX triplet: 74, 58 and 1C. RGB value is (116,88,28). Sum of RGB (Red+Green+Blue) = 116+88+28=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74581C is #8BA7E3. Grayscale: #595959. Windows color (decimal): -9152484 or 1857652. OLE color: 1857652.
HSL color Cylindrical-coordinate representation of color #74581C: hue angle of 40.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74581C is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 88 | 28 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.55 |
| HSL | 40.91º | 0.61% | 0.28% | - |
| HSV(B) | 40.91º | 0.76% | 0.45% | - |
| XYZ | 10.9 | 10.78 | 2.6 | - |
| YUV | 89.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 88 | 28 | 0 | 0.24 | 0.76 | 0.55 | 40.91 | 0.61 | 0.28 |
| Hex | 74 | 58 | 1C | 0 | 18 | 4C | 37 | 29 | 3D | 1C |
| Octal | 164 | 130 | 34 | 0 | 30 | 114 | 67 | 51 | 75 | 34 |
| Binary | 1110100 | 1011000 | 11100 | 0 | 11000 | 1001100 | 110111 | 101001 | 111101 | 11100 |
Color Harmonies of #74581C
Complementary color
Monochromatic Colors of #74581C
Black with #74581C
Text Example
Text Example
White with #74581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74581C; }
p { color: rgb(116,88,28); }
H1.HeaderClassName
{
color: #74581C;
}
.AnyTagClassName
{
color: #74581C;
}
</style>
background-color css
<style>
a { background-color: #74581C; }
a { background-color: rgb(116,88,28); }
div.DivClassName
{
background-color: #74581C;
}
.BgClassName
{
background-color: #74581C;
}
</style>
border-color css
<style>
span { border-color: #74581C; }
span { border-color: rgb(116,88,28); }
td.TdClassName
{
border-color: #74581C;
}
.TagClassName
{
border-color: #74581C;
}
</style>