Shades of Yellow Metal #745F42
Tints of Yellow Metal #745F42
RGB
CMYK
RGB Variations
Color information
#745F42 (or 0x745F42) is known color: Yellow Metal. HEX triplet: 74, 5F and 42. RGB value is (116,95,66). Sum of RGB (Red+Green+Blue) = 116+95+66=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 95 (37.5% from 255 or 34.30% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #745F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F42 is #8BA0BD. Grayscale: #626262. Windows color (decimal): -9150654 or 4349812. OLE color: 4349812.
HSL color Cylindrical-coordinate representation of color #745F42: hue angle of 34.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #745F42 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 66 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.55 |
| HSL | 34.8º | 0.27% | 0.36% | - |
| HSV(B) | 34.8º | 0.43% | 0.45% | - |
| XYZ | 12.28 | 12.29 | 6.88 | - |
| YUV | 97.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 66 | 0 | 0.18 | 0.43 | 0.55 | 34.8 | 0.27 | 0.36 |
| Hex | 74 | 5F | 42 | 0 | 12 | 2B | 37 | 23 | 1B | 24 |
| Octal | 164 | 137 | 102 | 0 | 22 | 53 | 67 | 43 | 33 | 44 |
| Binary | 1110100 | 1011111 | 1000010 | 0 | 10010 | 101011 | 110111 | 100011 | 11011 | 100100 |
Color Harmonies of #745F42
Complementary color
Monochromatic Colors of #745F42
Black with #745F42
Text Example
Text Example
White with #745F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F42; }
p { color: rgb(116,95,66); }
H1.HeaderClassName
{
color: #745F42;
}
.AnyTagClassName
{
color: #745F42;
}
</style>
background-color css
<style>
a { background-color: #745F42; }
a { background-color: rgb(116,95,66); }
div.DivClassName
{
background-color: #745F42;
}
.BgClassName
{
background-color: #745F42;
}
</style>
border-color css
<style>
span { border-color: #745F42; }
span { border-color: rgb(116,95,66); }
td.TdClassName
{
border-color: #745F42;
}
.TagClassName
{
border-color: #745F42;
}
</style>