Shades of Yellow Metal #705D39
Tints of Yellow Metal #705D39
RGB
CMYK
RGB Variations
Color information
#705D39 (or 0x705D39) is known color: Yellow Metal. HEX triplet: 70, 5D and 39. RGB value is (112,93,57). Sum of RGB (Red+Green+Blue) = 112+93+57=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D39 is #8FA2C6. Grayscale: #5E5E5E. Windows color (decimal): -9413319 or 3759472. OLE color: 3759472.
HSL color Cylindrical-coordinate representation of color #705D39: hue angle of 39.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705D39 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 57 | - |
| CMYK | 0 | 0.17 | 0.49 | 0.56 |
| HSL | 39.27º | 0.33% | 0.33% | - |
| HSV(B) | 39.27º | 0.49% | 0.44% | - |
| XYZ | 11.33 | 11.57 | 5.51 | - |
| YUV | 94.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 57 | 0 | 0.17 | 0.49 | 0.56 | 39.27 | 0.33 | 0.33 |
| Hex | 70 | 5D | 39 | 0 | 11 | 31 | 38 | 27 | 21 | 21 |
| Octal | 160 | 135 | 71 | 0 | 21 | 61 | 70 | 47 | 41 | 41 |
| Binary | 1110000 | 1011101 | 111001 | 0 | 10001 | 110001 | 111000 | 100111 | 100001 | 100001 |
Color Harmonies of #705D39
Complementary color
Monochromatic Colors of #705D39
Black with #705D39
Text Example
Text Example
White with #705D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D39; }
p { color: rgb(112,93,57); }
H1.HeaderClassName
{
color: #705D39;
}
.AnyTagClassName
{
color: #705D39;
}
</style>
background-color css
<style>
a { background-color: #705D39; }
a { background-color: rgb(112,93,57); }
div.DivClassName
{
background-color: #705D39;
}
.BgClassName
{
background-color: #705D39;
}
</style>
border-color css
<style>
span { border-color: #705D39; }
span { border-color: rgb(112,93,57); }
td.TdClassName
{
border-color: #705D39;
}
.TagClassName
{
border-color: #705D39;
}
</style>