Shades of Yellow Metal #715F43
Tints of Yellow Metal #715F43
RGB
CMYK
RGB Variations
Color information
#715F43 (or 0x715F43) is known color: Yellow Metal. HEX triplet: 71, 5F and 43. RGB value is (113,95,67). Sum of RGB (Red+Green+Blue) = 113+95+67=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #715F43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715F43 is #8EA0BC. Grayscale: #616161. Windows color (decimal): -9347261 or 4415345. OLE color: 4415345.
HSL color Cylindrical-coordinate representation of color #715F43: hue angle of 36.52º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715F43 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 95 | 67 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.56 |
| HSL | 36.52º | 0.26% | 0.35% | - |
| HSV(B) | 36.52º | 0.41% | 0.44% | - |
| XYZ | 11.92 | 12.1 | 7.02 | - |
| YUV | 97.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 95 | 67 | 0 | 0.16 | 0.41 | 0.56 | 36.52 | 0.26 | 0.35 |
| Hex | 71 | 5F | 43 | 0 | 10 | 29 | 38 | 25 | 1A | 23 |
| Octal | 161 | 137 | 103 | 0 | 20 | 51 | 70 | 45 | 32 | 43 |
| Binary | 1110001 | 1011111 | 1000011 | 0 | 10000 | 101001 | 111000 | 100101 | 11010 | 100011 |
Color Harmonies of #715F43
Complementary color
Monochromatic Colors of #715F43
Black with #715F43
Text Example
Text Example
White with #715F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715F43; }
p { color: rgb(113,95,67); }
H1.HeaderClassName
{
color: #715F43;
}
.AnyTagClassName
{
color: #715F43;
}
</style>
background-color css
<style>
a { background-color: #715F43; }
a { background-color: rgb(113,95,67); }
div.DivClassName
{
background-color: #715F43;
}
.BgClassName
{
background-color: #715F43;
}
</style>
border-color css
<style>
span { border-color: #715F43; }
span { border-color: rgb(113,95,67); }
td.TdClassName
{
border-color: #715F43;
}
.TagClassName
{
border-color: #715F43;
}
</style>