Shades of Horses Neck #745B28
Tints of Horses Neck #745B28
RGB
CMYK
RGB Variations
Color information
#745B28 (or 0x745B28) is known color: Horses Neck. HEX triplet: 74, 5B and 28. RGB value is (116,91,40). Sum of RGB (Red+Green+Blue) = 116+91+40=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #745B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745B28 is #8BA4D7. Grayscale: #5C5C5C. Windows color (decimal): -9151704 or 2644852. OLE color: 2644852.
HSL color Cylindrical-coordinate representation of color #745B28: hue angle of 40.26º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #745B28 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 91 | 40 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.55 |
| HSL | 40.26º | 0.49% | 0.31% | - |
| HSV(B) | 40.26º | 0.66% | 0.45% | - |
| XYZ | 11.33 | 11.35 | 3.6 | - |
| YUV | 92.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 91 | 40 | 0 | 0.22 | 0.66 | 0.55 | 40.26 | 0.49 | 0.31 |
| Hex | 74 | 5B | 28 | 0 | 16 | 42 | 37 | 28 | 31 | 1F |
| Octal | 164 | 133 | 50 | 0 | 26 | 102 | 67 | 50 | 61 | 37 |
| Binary | 1110100 | 1011011 | 101000 | 0 | 10110 | 1000010 | 110111 | 101000 | 110001 | 11111 |
Color Harmonies of #745B28
Complementary color
Monochromatic Colors of #745B28
Black with #745B28
Text Example
Text Example
White with #745B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745B28; }
p { color: rgb(116,91,40); }
H1.HeaderClassName
{
color: #745B28;
}
.AnyTagClassName
{
color: #745B28;
}
</style>
background-color css
<style>
a { background-color: #745B28; }
a { background-color: rgb(116,91,40); }
div.DivClassName
{
background-color: #745B28;
}
.BgClassName
{
background-color: #745B28;
}
</style>
border-color css
<style>
span { border-color: #745B28; }
span { border-color: rgb(116,91,40); }
td.TdClassName
{
border-color: #745B28;
}
.TagClassName
{
border-color: #745B28;
}
</style>