Shades of Yellow Metal #705F37
Tints of Yellow Metal #705F37
RGB
CMYK
RGB Variations
Color information
#705F37 (or 0x705F37) is known color: Yellow Metal. HEX triplet: 70, 5F and 37. RGB value is (112,95,55). Sum of RGB (Red+Green+Blue) = 112+95+55=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F37 is #8FA0C8. Grayscale: #5F5F5F. Windows color (decimal): -9412809 or 3628912. OLE color: 3628912.
HSL color Cylindrical-coordinate representation of color #705F37: hue angle of 42.11º 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 #705F37 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 55 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.56 |
| HSL | 42.11º | 0.34% | 0.33% | - |
| HSV(B) | 42.11º | 0.51% | 0.44% | - |
| XYZ | 11.46 | 11.91 | 5.31 | - |
| YUV | 95.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 55 | 0 | 0.15 | 0.51 | 0.56 | 42.11 | 0.34 | 0.33 |
| Hex | 70 | 5F | 37 | 0 | F | 33 | 38 | 2A | 22 | 21 |
| Octal | 160 | 137 | 67 | 0 | 17 | 63 | 70 | 52 | 42 | 41 |
| Binary | 1110000 | 1011111 | 110111 | 0 | 1111 | 110011 | 111000 | 101010 | 100010 | 100001 |
Color Harmonies of #705F37
Complementary color
Monochromatic Colors of #705F37
Black with #705F37
Text Example
Text Example
White with #705F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F37; }
p { color: rgb(112,95,55); }
H1.HeaderClassName
{
color: #705F37;
}
.AnyTagClassName
{
color: #705F37;
}
</style>
background-color css
<style>
a { background-color: #705F37; }
a { background-color: rgb(112,95,55); }
div.DivClassName
{
background-color: #705F37;
}
.BgClassName
{
background-color: #705F37;
}
</style>
border-color css
<style>
span { border-color: #705F37; }
span { border-color: rgb(112,95,55); }
td.TdClassName
{
border-color: #705F37;
}
.TagClassName
{
border-color: #705F37;
}
</style>