Shades of Yellow Metal #735F3E
Tints of Yellow Metal #735F3E
RGB
CMYK
RGB Variations
Color information
#735F3E (or 0x735F3E) is known color: Yellow Metal. HEX triplet: 73, 5F and 3E. RGB value is (115,95,62). Sum of RGB (Red+Green+Blue) = 115+95+62=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735F3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F3E is #8CA0C1. Grayscale: #616161. Windows color (decimal): -9216194 or 4087667. OLE color: 4087667.
HSL color Cylindrical-coordinate representation of color #735F3E: hue angle of 37.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #735F3E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 62 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.55 |
| HSL | 37.36º | 0.3% | 0.35% | - |
| HSV(B) | 37.36º | 0.46% | 0.45% | - |
| XYZ | 12.03 | 12.18 | 6.27 | - |
| YUV | 97.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 62 | 0 | 0.17 | 0.46 | 0.55 | 37.36 | 0.3 | 0.35 |
| Hex | 73 | 5F | 3E | 0 | 11 | 2E | 37 | 25 | 1E | 23 |
| Octal | 163 | 137 | 76 | 0 | 21 | 56 | 67 | 45 | 36 | 43 |
| Binary | 1110011 | 1011111 | 111110 | 0 | 10001 | 101110 | 110111 | 100101 | 11110 | 100011 |
Color Harmonies of #735F3E
Complementary color
Monochromatic Colors of #735F3E
Black with #735F3E
Text Example
Text Example
White with #735F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F3E; }
p { color: rgb(115,95,62); }
H1.HeaderClassName
{
color: #735F3E;
}
.AnyTagClassName
{
color: #735F3E;
}
</style>
background-color css
<style>
a { background-color: #735F3E; }
a { background-color: rgb(115,95,62); }
div.DivClassName
{
background-color: #735F3E;
}
.BgClassName
{
background-color: #735F3E;
}
</style>
border-color css
<style>
span { border-color: #735F3E; }
span { border-color: rgb(115,95,62); }
td.TdClassName
{
border-color: #735F3E;
}
.TagClassName
{
border-color: #735F3E;
}
</style>