Shades of Yellow Metal #745F3B
Tints of Yellow Metal #745F3B
RGB
CMYK
RGB Variations
Color information
#745F3B (or 0x745F3B) is known color: Yellow Metal. HEX triplet: 74, 5F and 3B. RGB value is (116,95,59). Sum of RGB (Red+Green+Blue) = 116+95+59=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 95 (37.5% from 255 or 35.19% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745F3B is #8BA0C4. Grayscale: #616161. Windows color (decimal): -9150661 or 3891060. OLE color: 3891060.
HSL color Cylindrical-coordinate representation of color #745F3B: hue angle of 37.89º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #745F3B is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 59 | - |
| CMYK | 0 | 0.18 | 0.49 | 0.55 |
| HSL | 37.89º | 0.33% | 0.34% | - |
| HSV(B) | 37.89º | 0.49% | 0.45% | - |
| XYZ | 12.08 | 12.21 | 5.86 | - |
| YUV | 97.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 59 | 0 | 0.18 | 0.49 | 0.55 | 37.89 | 0.33 | 0.34 |
| Hex | 74 | 5F | 3B | 0 | 12 | 31 | 37 | 26 | 21 | 22 |
| Octal | 164 | 137 | 73 | 0 | 22 | 61 | 67 | 46 | 41 | 42 |
| Binary | 1110100 | 1011111 | 111011 | 0 | 10010 | 110001 | 110111 | 100110 | 100001 | 100010 |
Color Harmonies of #745F3B
Complementary color
Monochromatic Colors of #745F3B
Black with #745F3B
Text Example
Text Example
White with #745F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F3B; }
p { color: rgb(116,95,59); }
H1.HeaderClassName
{
color: #745F3B;
}
.AnyTagClassName
{
color: #745F3B;
}
</style>
background-color css
<style>
a { background-color: #745F3B; }
a { background-color: rgb(116,95,59); }
div.DivClassName
{
background-color: #745F3B;
}
.BgClassName
{
background-color: #745F3B;
}
</style>
border-color css
<style>
span { border-color: #745F3B; }
span { border-color: rgb(116,95,59); }
td.TdClassName
{
border-color: #745F3B;
}
.TagClassName
{
border-color: #745F3B;
}
</style>