Shades of Yellow Metal #705E39
Tints of Yellow Metal #705E39
RGB
CMYK
RGB Variations
Color information
#705E39 (or 0x705E39) is known color: Yellow Metal. HEX triplet: 70, 5E and 39. RGB value is (112,94,57). Sum of RGB (Red+Green+Blue) = 112+94+57=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E39 is #8FA1C6. Grayscale: #5F5F5F. Windows color (decimal): -9413063 or 3759728. OLE color: 3759728.
HSL color Cylindrical-coordinate representation of color #705E39: hue angle of 40.36º 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 #705E39 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 57 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.56 |
| HSL | 40.36º | 0.33% | 0.33% | - |
| HSV(B) | 40.36º | 0.49% | 0.44% | - |
| XYZ | 11.42 | 11.75 | 5.54 | - |
| YUV | 95.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 57 | 0 | 0.16 | 0.49 | 0.56 | 40.36 | 0.33 | 0.33 |
| Hex | 70 | 5E | 39 | 0 | 10 | 31 | 38 | 28 | 21 | 21 |
| Octal | 160 | 136 | 71 | 0 | 20 | 61 | 70 | 50 | 41 | 41 |
| Binary | 1110000 | 1011110 | 111001 | 0 | 10000 | 110001 | 111000 | 101000 | 100001 | 100001 |
Color Harmonies of #705E39
Complementary color
Monochromatic Colors of #705E39
Black with #705E39
Text Example
Text Example
White with #705E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E39; }
p { color: rgb(112,94,57); }
H1.HeaderClassName
{
color: #705E39;
}
.AnyTagClassName
{
color: #705E39;
}
</style>
background-color css
<style>
a { background-color: #705E39; }
a { background-color: rgb(112,94,57); }
div.DivClassName
{
background-color: #705E39;
}
.BgClassName
{
background-color: #705E39;
}
</style>
border-color css
<style>
span { border-color: #705E39; }
span { border-color: rgb(112,94,57); }
td.TdClassName
{
border-color: #705E39;
}
.TagClassName
{
border-color: #705E39;
}
</style>