Shades of Yellow Metal #705D3A
Tints of Yellow Metal #705D3A
RGB
CMYK
RGB Variations
Color information
#705D3A (or 0x705D3A) is known color: Yellow Metal. HEX triplet: 70, 5D and 3A. RGB value is (112,93,58). Sum of RGB (Red+Green+Blue) = 112+93+58=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D3A is #8FA2C5. Grayscale: #5E5E5E. Windows color (decimal): -9413318 or 3825008. OLE color: 3825008.
HSL color Cylindrical-coordinate representation of color #705D3A: hue angle of 38.89º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #705D3A is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 93 | 58 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.56 |
| HSL | 38.89º | 0.32% | 0.33% | - |
| HSV(B) | 38.89º | 0.48% | 0.44% | - |
| XYZ | 11.36 | 11.58 | 5.64 | - |
| YUV | 94.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 93 | 58 | 0 | 0.17 | 0.48 | 0.56 | 38.89 | 0.32 | 0.33 |
| Hex | 70 | 5D | 3A | 0 | 11 | 30 | 38 | 27 | 20 | 21 |
| Octal | 160 | 135 | 72 | 0 | 21 | 60 | 70 | 47 | 40 | 41 |
| Binary | 1110000 | 1011101 | 111010 | 0 | 10001 | 110000 | 111000 | 100111 | 100000 | 100001 |
Color Harmonies of #705D3A
Complementary color
Monochromatic Colors of #705D3A
Black with #705D3A
Text Example
Text Example
White with #705D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705D3A; }
p { color: rgb(112,93,58); }
H1.HeaderClassName
{
color: #705D3A;
}
.AnyTagClassName
{
color: #705D3A;
}
</style>
background-color css
<style>
a { background-color: #705D3A; }
a { background-color: rgb(112,93,58); }
div.DivClassName
{
background-color: #705D3A;
}
.BgClassName
{
background-color: #705D3A;
}
</style>
border-color css
<style>
span { border-color: #705D3A; }
span { border-color: rgb(112,93,58); }
td.TdClassName
{
border-color: #705D3A;
}
.TagClassName
{
border-color: #705D3A;
}
</style>