Shades of Yellow Metal #705E37
Tints of Yellow Metal #705E37
RGB
CMYK
RGB Variations
Color information
#705E37 (or 0x705E37) is known color: Yellow Metal. HEX triplet: 70, 5E and 37. RGB value is (112,94,55). Sum of RGB (Red+Green+Blue) = 112+94+55=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E37 is #8FA1C8. Grayscale: #5F5F5F. Windows color (decimal): -9413065 or 3628656. OLE color: 3628656.
HSL color Cylindrical-coordinate representation of color #705E37: hue angle of 41.05º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #705E37 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 94 | 55 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.56 |
| HSL | 41.05º | 0.34% | 0.33% | - |
| HSV(B) | 41.05º | 0.51% | 0.44% | - |
| XYZ | 11.37 | 11.73 | 5.28 | - |
| YUV | 94.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 94 | 55 | 0 | 0.16 | 0.51 | 0.56 | 41.05 | 0.34 | 0.33 |
| Hex | 70 | 5E | 37 | 0 | 10 | 33 | 38 | 29 | 22 | 21 |
| Octal | 160 | 136 | 67 | 0 | 20 | 63 | 70 | 51 | 42 | 41 |
| Binary | 1110000 | 1011110 | 110111 | 0 | 10000 | 110011 | 111000 | 101001 | 100010 | 100001 |
Color Harmonies of #705E37
Complementary color
Monochromatic Colors of #705E37
Black with #705E37
Text Example
Text Example
White with #705E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705E37; }
p { color: rgb(112,94,55); }
H1.HeaderClassName
{
color: #705E37;
}
.AnyTagClassName
{
color: #705E37;
}
</style>
background-color css
<style>
a { background-color: #705E37; }
a { background-color: rgb(112,94,55); }
div.DivClassName
{
background-color: #705E37;
}
.BgClassName
{
background-color: #705E37;
}
</style>
border-color css
<style>
span { border-color: #705E37; }
span { border-color: rgb(112,94,55); }
td.TdClassName
{
border-color: #705E37;
}
.TagClassName
{
border-color: #705E37;
}
</style>