Shades of Yellow Metal #705F39
Tints of Yellow Metal #705F39
RGB
CMYK
RGB Variations
Color information
#705F39 (or 0x705F39) is known color: Yellow Metal. HEX triplet: 70, 5F and 39. RGB value is (112,95,57). Sum of RGB (Red+Green+Blue) = 112+95+57=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F39 is #8FA0C6. Grayscale: #5F5F5F. Windows color (decimal): -9412807 or 3759984. OLE color: 3759984.
HSL color Cylindrical-coordinate representation of color #705F39: hue angle of 41.45º 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 #705F39 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 57 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.56 |
| HSL | 41.45º | 0.33% | 0.33% | - |
| HSV(B) | 41.45º | 0.49% | 0.44% | - |
| XYZ | 11.51 | 11.92 | 5.57 | - |
| YUV | 95.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 57 | 0 | 0.15 | 0.49 | 0.56 | 41.45 | 0.33 | 0.33 |
| Hex | 70 | 5F | 39 | 0 | F | 31 | 38 | 29 | 21 | 21 |
| Octal | 160 | 137 | 71 | 0 | 17 | 61 | 70 | 51 | 41 | 41 |
| Binary | 1110000 | 1011111 | 111001 | 0 | 1111 | 110001 | 111000 | 101001 | 100001 | 100001 |
Color Harmonies of #705F39
Complementary color
Monochromatic Colors of #705F39
Black with #705F39
Text Example
Text Example
White with #705F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F39; }
p { color: rgb(112,95,57); }
H1.HeaderClassName
{
color: #705F39;
}
.AnyTagClassName
{
color: #705F39;
}
</style>
background-color css
<style>
a { background-color: #705F39; }
a { background-color: rgb(112,95,57); }
div.DivClassName
{
background-color: #705F39;
}
.BgClassName
{
background-color: #705F39;
}
</style>
border-color css
<style>
span { border-color: #705F39; }
span { border-color: rgb(112,95,57); }
td.TdClassName
{
border-color: #705F39;
}
.TagClassName
{
border-color: #705F39;
}
</style>