Shades of Yellow Metal #715F41
Tints of Yellow Metal #715F41
RGB
CMYK
RGB Variations
Color information
#715F41 (or 0x715F41) is known color: Yellow Metal. HEX triplet: 71, 5F and 41. RGB value is (113,95,65). Sum of RGB (Red+Green+Blue) = 113+95+65=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #715F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F41 is #8EA0BE. Grayscale: #616161. Windows color (decimal): -9347263 or 4284273. OLE color: 4284273.
HSL color Cylindrical-coordinate representation of color #715F41: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #715F41 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 65 | - |
| CMYK | 0 | 0.16 | 0.42 | 0.56 |
| HSL | 37.5º | 0.27% | 0.35% | - |
| HSV(B) | 37.5º | 0.42% | 0.44% | - |
| XYZ | 11.86 | 12.08 | 6.71 | - |
| YUV | 96.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 65 | 0 | 0.16 | 0.42 | 0.56 | 37.5 | 0.27 | 0.35 |
| Hex | 71 | 5F | 41 | 0 | 10 | 2A | 38 | 26 | 1B | 23 |
| Octal | 161 | 137 | 101 | 0 | 20 | 52 | 70 | 46 | 33 | 43 |
| Binary | 1110001 | 1011111 | 1000001 | 0 | 10000 | 101010 | 111000 | 100110 | 11011 | 100011 |
Color Harmonies of #715F41
Complementary color
Monochromatic Colors of #715F41
Black with #715F41
Text Example
Text Example
White with #715F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F41; }
p { color: rgb(113,95,65); }
H1.HeaderClassName
{
color: #715F41;
}
.AnyTagClassName
{
color: #715F41;
}
</style>
background-color css
<style>
a { background-color: #715F41; }
a { background-color: rgb(113,95,65); }
div.DivClassName
{
background-color: #715F41;
}
.BgClassName
{
background-color: #715F41;
}
</style>
border-color css
<style>
span { border-color: #715F41; }
span { border-color: rgb(113,95,65); }
td.TdClassName
{
border-color: #715F41;
}
.TagClassName
{
border-color: #715F41;
}
</style>