Shades of Yellow Metal #715E37
Tints of Yellow Metal #715E37
RGB
CMYK
RGB Variations
Color information
#715E37 (or 0x715E37) is known color: Yellow Metal. HEX triplet: 71, 5E and 37. RGB value is (113,94,55). Sum of RGB (Red+Green+Blue) = 113+94+55=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #715E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E37 is #8EA1C8. Grayscale: #5F5F5F. Windows color (decimal): -9347529 or 3628657. OLE color: 3628657.
HSL color Cylindrical-coordinate representation of color #715E37: hue angle of 40.34º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #715E37 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 55 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.56 |
| HSL | 40.34º | 0.35% | 0.33% | - |
| HSV(B) | 40.34º | 0.51% | 0.44% | - |
| XYZ | 11.5 | 11.79 | 5.28 | - |
| YUV | 95.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 55 | 0 | 0.17 | 0.51 | 0.56 | 40.34 | 0.35 | 0.33 |
| Hex | 71 | 5E | 37 | 0 | 11 | 33 | 38 | 28 | 23 | 21 |
| Octal | 161 | 136 | 67 | 0 | 21 | 63 | 70 | 50 | 43 | 41 |
| Binary | 1110001 | 1011110 | 110111 | 0 | 10001 | 110011 | 111000 | 101000 | 100011 | 100001 |
Color Harmonies of #715E37
Complementary color
Monochromatic Colors of #715E37
Black with #715E37
Text Example
Text Example
White with #715E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E37; }
p { color: rgb(113,94,55); }
H1.HeaderClassName
{
color: #715E37;
}
.AnyTagClassName
{
color: #715E37;
}
</style>
background-color css
<style>
a { background-color: #715E37; }
a { background-color: rgb(113,94,55); }
div.DivClassName
{
background-color: #715E37;
}
.BgClassName
{
background-color: #715E37;
}
</style>
border-color css
<style>
span { border-color: #715E37; }
span { border-color: rgb(113,94,55); }
td.TdClassName
{
border-color: #715E37;
}
.TagClassName
{
border-color: #715E37;
}
</style>