Shades of Horses Neck #745A1B
Tints of Horses Neck #745A1B
RGB
CMYK
RGB Variations
Color information
#745A1B (or 0x745A1B) is known color: Horses Neck. HEX triplet: 74, 5A and 1B. RGB value is (116,90,27). Sum of RGB (Red+Green+Blue) = 116+90+27=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745A1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745A1B is #8BA5E4. Grayscale: #5A5A5A. Windows color (decimal): -9151973 or 1792628. OLE color: 1792628.
HSL color Cylindrical-coordinate representation of color #745A1B: hue angle of 42.47º 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 #745A1B is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 90 | 27 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.55 |
| HSL | 42.47º | 0.62% | 0.28% | - |
| HSV(B) | 42.47º | 0.77% | 0.45% | - |
| XYZ | 11.06 | 11.1 | 2.6 | - |
| YUV | 90.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 90 | 27 | 0 | 0.22 | 0.77 | 0.55 | 42.47 | 0.62 | 0.28 |
| Hex | 74 | 5A | 1B | 0 | 16 | 4D | 37 | 2A | 3E | 1C |
| Octal | 164 | 132 | 33 | 0 | 26 | 115 | 67 | 52 | 76 | 34 |
| Binary | 1110100 | 1011010 | 11011 | 0 | 10110 | 1001101 | 110111 | 101010 | 111110 | 11100 |
Color Harmonies of #745A1B
Complementary color
Monochromatic Colors of #745A1B
Black with #745A1B
Text Example
Text Example
White with #745A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745A1B; }
p { color: rgb(116,90,27); }
H1.HeaderClassName
{
color: #745A1B;
}
.AnyTagClassName
{
color: #745A1B;
}
</style>
background-color css
<style>
a { background-color: #745A1B; }
a { background-color: rgb(116,90,27); }
div.DivClassName
{
background-color: #745A1B;
}
.BgClassName
{
background-color: #745A1B;
}
</style>
border-color css
<style>
span { border-color: #745A1B; }
span { border-color: rgb(116,90,27); }
td.TdClassName
{
border-color: #745A1B;
}
.TagClassName
{
border-color: #745A1B;
}
</style>