Shades of Yellow Metal #745F37
Tints of Yellow Metal #745F37
RGB
CMYK
RGB Variations
Color information
#745F37 (or 0x745F37) is known color: Yellow Metal. HEX triplet: 74, 5F and 37. RGB value is (116,95,55). Sum of RGB (Red+Green+Blue) = 116+95+55=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 95 (37.5% from 255 or 35.71% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #745F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F37 is #8BA0C8. Grayscale: #606060. Windows color (decimal): -9150665 or 3628916. OLE color: 3628916.
HSL color Cylindrical-coordinate representation of color #745F37: hue angle of 39.34º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #745F37 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 55 | - |
| CMYK | 0 | 0.18 | 0.53 | 0.55 |
| HSL | 39.34º | 0.36% | 0.34% | - |
| HSV(B) | 39.34º | 0.53% | 0.45% | - |
| XYZ | 11.98 | 12.17 | 5.33 | - |
| YUV | 96.72 | 104.46 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 55 | 0 | 0.18 | 0.53 | 0.55 | 39.34 | 0.36 | 0.34 |
| Hex | 74 | 5F | 37 | 0 | 12 | 35 | 37 | 27 | 24 | 22 |
| Octal | 164 | 137 | 67 | 0 | 22 | 65 | 67 | 47 | 44 | 42 |
| Binary | 1110100 | 1011111 | 110111 | 0 | 10010 | 110101 | 110111 | 100111 | 100100 | 100010 |
Color Harmonies of #745F37
Complementary color
Monochromatic Colors of #745F37
Black with #745F37
Text Example
Text Example
White with #745F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F37; }
p { color: rgb(116,95,55); }
H1.HeaderClassName
{
color: #745F37;
}
.AnyTagClassName
{
color: #745F37;
}
</style>
background-color css
<style>
a { background-color: #745F37; }
a { background-color: rgb(116,95,55); }
div.DivClassName
{
background-color: #745F37;
}
.BgClassName
{
background-color: #745F37;
}
</style>
border-color css
<style>
span { border-color: #745F37; }
span { border-color: rgb(116,95,55); }
td.TdClassName
{
border-color: #745F37;
}
.TagClassName
{
border-color: #745F37;
}
</style>