Shades of Yellow Metal #736841
Tints of Yellow Metal #736841
RGB
CMYK
RGB Variations
Color information
#736841 (or 0x736841) is known color: Yellow Metal. HEX triplet: 73, 68 and 41. RGB value is (115,104,65). Sum of RGB (Red+Green+Blue) = 115+104+65=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 115 - color contains mainly: red. Hex color #736841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736841 is #8C97BE. Grayscale: #676767. Windows color (decimal): -9213887 or 4286579. OLE color: 4286579.
HSL color Cylindrical-coordinate representation of color #736841: hue angle of 46.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #736841 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 104 | 65 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.55 |
| HSL | 46.8º | 0.28% | 0.35% | - |
| HSV(B) | 46.8º | 0.43% | 0.45% | - |
| XYZ | 12.97 | 13.93 | 7.01 | - |
| YUV | 102.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 104 | 65 | 0 | 0.10 | 0.43 | 0.55 | 46.8 | 0.28 | 0.35 |
| Hex | 73 | 68 | 41 | 0 | A | 2B | 37 | 2F | 1C | 23 |
| Octal | 163 | 150 | 101 | 0 | 12 | 53 | 67 | 57 | 34 | 43 |
| Binary | 1110011 | 1101000 | 1000001 | 0 | 1010 | 101011 | 110111 | 101111 | 11100 | 100011 |
Color Harmonies of #736841
Complementary color
Monochromatic Colors of #736841
Black with #736841
Text Example
Text Example
White with #736841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736841; }
p { color: rgb(115,104,65); }
H1.HeaderClassName
{
color: #736841;
}
.AnyTagClassName
{
color: #736841;
}
</style>
background-color css
<style>
a { background-color: #736841; }
a { background-color: rgb(115,104,65); }
div.DivClassName
{
background-color: #736841;
}
.BgClassName
{
background-color: #736841;
}
</style>
border-color css
<style>
span { border-color: #736841; }
span { border-color: rgb(115,104,65); }
td.TdClassName
{
border-color: #736841;
}
.TagClassName
{
border-color: #736841;
}
</style>