Shades of Yellow Metal #726240
Tints of Yellow Metal #726240
RGB
CMYK
RGB Variations
Color information
#726240 (or 0x726240) is known color: Yellow Metal. HEX triplet: 72, 62 and 40. RGB value is (114,98,64). Sum of RGB (Red+Green+Blue) = 114+98+64=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #726240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726240 is #8D9DBF. Grayscale: #636363. Windows color (decimal): -9280960 or 4219506. OLE color: 4219506.
HSL color Cylindrical-coordinate representation of color #726240: hue angle of 40.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726240 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 98 | 64 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.55 |
| HSL | 40.8º | 0.28% | 0.35% | - |
| HSV(B) | 40.8º | 0.44% | 0.45% | - |
| XYZ | 12.23 | 12.68 | 6.65 | - |
| YUV | 98.91 | 108.3 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 64 | 0 | 0.14 | 0.44 | 0.55 | 40.8 | 0.28 | 0.35 |
| Hex | 72 | 62 | 40 | 0 | E | 2C | 37 | 29 | 1C | 23 |
| Octal | 162 | 142 | 100 | 0 | 16 | 54 | 67 | 51 | 34 | 43 |
| Binary | 1110010 | 1100010 | 1000000 | 0 | 1110 | 101100 | 110111 | 101001 | 11100 | 100011 |
Color Harmonies of #726240
Complementary color
Monochromatic Colors of #726240
Black with #726240
Text Example
Text Example
White with #726240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726240; }
p { color: rgb(114,98,64); }
H1.HeaderClassName
{
color: #726240;
}
.AnyTagClassName
{
color: #726240;
}
</style>
background-color css
<style>
a { background-color: #726240; }
a { background-color: rgb(114,98,64); }
div.DivClassName
{
background-color: #726240;
}
.BgClassName
{
background-color: #726240;
}
</style>
border-color css
<style>
span { border-color: #726240; }
span { border-color: rgb(114,98,64); }
td.TdClassName
{
border-color: #726240;
}
.TagClassName
{
border-color: #726240;
}
</style>