Shades of Yellow Metal #736237
Tints of Yellow Metal #736237
RGB
CMYK
RGB Variations
Color information
#736237 (or 0x736237) is known color: Yellow Metal. HEX triplet: 73, 62 and 37. RGB value is (115,98,55). Sum of RGB (Red+Green+Blue) = 115+98+55=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #736237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736237 is #8C9DC8. Grayscale: #626262. Windows color (decimal): -9215433 or 3629683. OLE color: 3629683.
HSL color Cylindrical-coordinate representation of color #736237: hue angle of 43º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #736237 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 98 | 55 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.55 |
| HSL | 43º | 0.35% | 0.33% | - |
| HSV(B) | 43º | 0.52% | 0.45% | - |
| XYZ | 12.13 | 12.66 | 5.42 | - |
| YUV | 98.18 | 103.63 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 98 | 55 | 0 | 0.15 | 0.52 | 0.55 | 43 | 0.35 | 0.33 |
| Hex | 73 | 62 | 37 | 0 | F | 34 | 37 | 2B | 23 | 21 |
| Octal | 163 | 142 | 67 | 0 | 17 | 64 | 67 | 53 | 43 | 41 |
| Binary | 1110011 | 1100010 | 110111 | 0 | 1111 | 110100 | 110111 | 101011 | 100011 | 100001 |
Color Harmonies of #736237
Complementary color
Monochromatic Colors of #736237
Black with #736237
Text Example
Text Example
White with #736237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736237; }
p { color: rgb(115,98,55); }
H1.HeaderClassName
{
color: #736237;
}
.AnyTagClassName
{
color: #736237;
}
</style>
background-color css
<style>
a { background-color: #736237; }
a { background-color: rgb(115,98,55); }
div.DivClassName
{
background-color: #736237;
}
.BgClassName
{
background-color: #736237;
}
</style>
border-color css
<style>
span { border-color: #736237; }
span { border-color: rgb(115,98,55); }
td.TdClassName
{
border-color: #736237;
}
.TagClassName
{
border-color: #736237;
}
</style>