Shades of Yellow Metal #745F40
Tints of Yellow Metal #745F40
RGB
CMYK
RGB Variations
Color information
#745F40 (or 0x745F40) is known color: Yellow Metal. HEX triplet: 74, 5F and 40. RGB value is (116,95,64). Sum of RGB (Red+Green+Blue) = 116+95+64=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #745F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F40 is #8BA0BF. Grayscale: #616161. Windows color (decimal): -9150656 or 4218740. OLE color: 4218740.
HSL color Cylindrical-coordinate representation of color #745F40: hue angle of 35.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #745F40 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 64 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.55 |
| HSL | 35.77º | 0.29% | 0.35% | - |
| HSV(B) | 35.77º | 0.45% | 0.45% | - |
| XYZ | 12.22 | 12.27 | 6.57 | - |
| YUV | 97.75 | 108.96 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 64 | 0 | 0.18 | 0.45 | 0.55 | 35.77 | 0.29 | 0.35 |
| Hex | 74 | 5F | 40 | 0 | 12 | 2D | 37 | 24 | 1D | 23 |
| Octal | 164 | 137 | 100 | 0 | 22 | 55 | 67 | 44 | 35 | 43 |
| Binary | 1110100 | 1011111 | 1000000 | 0 | 10010 | 101101 | 110111 | 100100 | 11101 | 100011 |
Color Harmonies of #745F40
Complementary color
Monochromatic Colors of #745F40
Black with #745F40
Text Example
Text Example
White with #745F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F40; }
p { color: rgb(116,95,64); }
H1.HeaderClassName
{
color: #745F40;
}
.AnyTagClassName
{
color: #745F40;
}
</style>
background-color css
<style>
a { background-color: #745F40; }
a { background-color: rgb(116,95,64); }
div.DivClassName
{
background-color: #745F40;
}
.BgClassName
{
background-color: #745F40;
}
</style>
border-color css
<style>
span { border-color: #745F40; }
span { border-color: rgb(116,95,64); }
td.TdClassName
{
border-color: #745F40;
}
.TagClassName
{
border-color: #745F40;
}
</style>