Shades of Yellow Metal #735F3A
Tints of Yellow Metal #735F3A
RGB
CMYK
RGB Variations
Color information
#735F3A (or 0x735F3A) is known color: Yellow Metal. HEX triplet: 73, 5F and 3A. RGB value is (115,95,58). Sum of RGB (Red+Green+Blue) = 115+95+58=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735F3A is #8CA0C5. Grayscale: #606060. Windows color (decimal): -9216198 or 3825523. OLE color: 3825523.
HSL color Cylindrical-coordinate representation of color #735F3A: hue angle of 38.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735F3A is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 58 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.55 |
| HSL | 38.95º | 0.33% | 0.34% | - |
| HSV(B) | 38.95º | 0.5% | 0.45% | - |
| XYZ | 11.93 | 12.13 | 5.72 | - |
| YUV | 96.76 | 106.13 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 58 | 0 | 0.17 | 0.50 | 0.55 | 38.95 | 0.33 | 0.34 |
| Hex | 73 | 5F | 3A | 0 | 11 | 32 | 37 | 27 | 21 | 22 |
| Octal | 163 | 137 | 72 | 0 | 21 | 62 | 67 | 47 | 41 | 42 |
| Binary | 1110011 | 1011111 | 111010 | 0 | 10001 | 110010 | 110111 | 100111 | 100001 | 100010 |
Color Harmonies of #735F3A
Complementary color
Monochromatic Colors of #735F3A
Black with #735F3A
Text Example
Text Example
White with #735F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F3A; }
p { color: rgb(115,95,58); }
H1.HeaderClassName
{
color: #735F3A;
}
.AnyTagClassName
{
color: #735F3A;
}
</style>
background-color css
<style>
a { background-color: #735F3A; }
a { background-color: rgb(115,95,58); }
div.DivClassName
{
background-color: #735F3A;
}
.BgClassName
{
background-color: #735F3A;
}
</style>
border-color css
<style>
span { border-color: #735F3A; }
span { border-color: rgb(115,95,58); }
td.TdClassName
{
border-color: #735F3A;
}
.TagClassName
{
border-color: #735F3A;
}
</style>