Shades of Yellow Metal #745F3A
Tints of Yellow Metal #745F3A
RGB
CMYK
RGB Variations
Color information
#745F3A (or 0x745F3A) is known color: Yellow Metal. HEX triplet: 74, 5F and 3A. RGB value is (116,95,58). Sum of RGB (Red+Green+Blue) = 116+95+58=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F3A is #8BA0C5. Grayscale: #616161. Windows color (decimal): -9150662 or 3825524. OLE color: 3825524.
HSL color Cylindrical-coordinate representation of color #745F3A: hue angle of 38.28º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #745F3A is Cyan = 0, Magento = 0.18, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 58 | - |
| CMYK | 0 | 0.18 | 0.5 | 0.55 |
| HSL | 38.28º | 0.33% | 0.34% | - |
| HSV(B) | 38.28º | 0.5% | 0.45% | - |
| XYZ | 12.06 | 12.2 | 5.72 | - |
| YUV | 97.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 58 | 0 | 0.18 | 0.5 | 0.55 | 38.28 | 0.33 | 0.34 |
| Hex | 74 | 5F | 3A | 0 | 12 | 32 | 37 | 26 | 21 | 22 |
| Octal | 164 | 137 | 72 | 0 | 22 | 62 | 67 | 46 | 41 | 42 |
| Binary | 1110100 | 1011111 | 111010 | 0 | 10010 | 110010 | 110111 | 100110 | 100001 | 100010 |
Color Harmonies of #745F3A
Complementary color
Monochromatic Colors of #745F3A
Black with #745F3A
Text Example
Text Example
White with #745F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F3A; }
p { color: rgb(116,95,58); }
H1.HeaderClassName
{
color: #745F3A;
}
.AnyTagClassName
{
color: #745F3A;
}
</style>
background-color css
<style>
a { background-color: #745F3A; }
a { background-color: rgb(116,95,58); }
div.DivClassName
{
background-color: #745F3A;
}
.BgClassName
{
background-color: #745F3A;
}
</style>
border-color css
<style>
span { border-color: #745F3A; }
span { border-color: rgb(116,95,58); }
td.TdClassName
{
border-color: #745F3A;
}
.TagClassName
{
border-color: #745F3A;
}
</style>