Shades of Yellow Metal #715E41
Tints of Yellow Metal #715E41
RGB
CMYK
RGB Variations
Color information
#715E41 (or 0x715E41) is known color: Yellow Metal. HEX triplet: 71, 5E and 41. RGB value is (113,94,65). Sum of RGB (Red+Green+Blue) = 113+94+65=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #715E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715E41 is #8EA1BE. Grayscale: #606060. Windows color (decimal): -9347519 or 4284017. OLE color: 4284017.
HSL color Cylindrical-coordinate representation of color #715E41: hue angle of 36.25º 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 #715E41 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 94 | 65 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.56 |
| HSL | 36.25º | 0.27% | 0.35% | - |
| HSV(B) | 36.25º | 0.42% | 0.44% | - |
| XYZ | 11.77 | 11.9 | 6.68 | - |
| YUV | 96.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 94 | 65 | 0 | 0.17 | 0.42 | 0.56 | 36.25 | 0.27 | 0.35 |
| Hex | 71 | 5E | 41 | 0 | 11 | 2A | 38 | 24 | 1B | 23 |
| Octal | 161 | 136 | 101 | 0 | 21 | 52 | 70 | 44 | 33 | 43 |
| Binary | 1110001 | 1011110 | 1000001 | 0 | 10001 | 101010 | 111000 | 100100 | 11011 | 100011 |
Color Harmonies of #715E41
Complementary color
Monochromatic Colors of #715E41
Black with #715E41
Text Example
Text Example
White with #715E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715E41; }
p { color: rgb(113,94,65); }
H1.HeaderClassName
{
color: #715E41;
}
.AnyTagClassName
{
color: #715E41;
}
</style>
background-color css
<style>
a { background-color: #715E41; }
a { background-color: rgb(113,94,65); }
div.DivClassName
{
background-color: #715E41;
}
.BgClassName
{
background-color: #715E41;
}
</style>
border-color css
<style>
span { border-color: #715E41; }
span { border-color: rgb(113,94,65); }
td.TdClassName
{
border-color: #715E41;
}
.TagClassName
{
border-color: #715E41;
}
</style>