Shades of Yellow Metal #736240
Tints of Yellow Metal #736240
RGB
CMYK
RGB Variations
Color information
#736240 (or 0x736240) is known color: Yellow Metal. HEX triplet: 73, 62 and 40. RGB value is (115,98,64). Sum of RGB (Red+Green+Blue) = 115+98+64=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #736240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736240 is #8C9DBF. Grayscale: #636363. Windows color (decimal): -9215424 or 4219507. OLE color: 4219507.
HSL color Cylindrical-coordinate representation of color #736240: hue angle of 40º 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 #736240 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 64 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.55 |
| HSL | 40º | 0.28% | 0.35% | - |
| HSV(B) | 40º | 0.44% | 0.45% | - |
| XYZ | 12.36 | 12.75 | 6.66 | - |
| YUV | 99.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 64 | 0 | 0.15 | 0.44 | 0.55 | 40 | 0.28 | 0.35 |
| Hex | 73 | 62 | 40 | 0 | F | 2C | 37 | 28 | 1C | 23 |
| Octal | 163 | 142 | 100 | 0 | 17 | 54 | 67 | 50 | 34 | 43 |
| Binary | 1110011 | 1100010 | 1000000 | 0 | 1111 | 101100 | 110111 | 101000 | 11100 | 100011 |
Color Harmonies of #736240
Complementary color
Monochromatic Colors of #736240
Black with #736240
Text Example
Text Example
White with #736240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736240; }
p { color: rgb(115,98,64); }
H1.HeaderClassName
{
color: #736240;
}
.AnyTagClassName
{
color: #736240;
}
</style>
background-color css
<style>
a { background-color: #736240; }
a { background-color: rgb(115,98,64); }
div.DivClassName
{
background-color: #736240;
}
.BgClassName
{
background-color: #736240;
}
</style>
border-color css
<style>
span { border-color: #736240; }
span { border-color: rgb(115,98,64); }
td.TdClassName
{
border-color: #736240;
}
.TagClassName
{
border-color: #736240;
}
</style>