Shades of Yellow Metal #705F3D
Tints of Yellow Metal #705F3D
RGB
CMYK
RGB Variations
Color information
#705F3D (or 0x705F3D) is known color: Yellow Metal. HEX triplet: 70, 5F and 3D. RGB value is (112,95,61). Sum of RGB (Red+Green+Blue) = 112+95+61=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #705F3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F3D is #8FA0C2. Grayscale: #606060. Windows color (decimal): -9412803 or 4022128. OLE color: 4022128.
HSL color Cylindrical-coordinate representation of color #705F3D: hue angle of 40º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #705F3D is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 61 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.56 |
| HSL | 40º | 0.29% | 0.34% | - |
| HSV(B) | 40º | 0.46% | 0.44% | - |
| XYZ | 11.62 | 11.97 | 6.11 | - |
| YUV | 96.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 61 | 0 | 0.15 | 0.46 | 0.56 | 40 | 0.29 | 0.34 |
| Hex | 70 | 5F | 3D | 0 | F | 2E | 38 | 28 | 1D | 22 |
| Octal | 160 | 137 | 75 | 0 | 17 | 56 | 70 | 50 | 35 | 42 |
| Binary | 1110000 | 1011111 | 111101 | 0 | 1111 | 101110 | 111000 | 101000 | 11101 | 100010 |
Color Harmonies of #705F3D
Complementary color
Monochromatic Colors of #705F3D
Black with #705F3D
Text Example
Text Example
White with #705F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F3D; }
p { color: rgb(112,95,61); }
H1.HeaderClassName
{
color: #705F3D;
}
.AnyTagClassName
{
color: #705F3D;
}
</style>
background-color css
<style>
a { background-color: #705F3D; }
a { background-color: rgb(112,95,61); }
div.DivClassName
{
background-color: #705F3D;
}
.BgClassName
{
background-color: #705F3D;
}
</style>
border-color css
<style>
span { border-color: #705F3D; }
span { border-color: rgb(112,95,61); }
td.TdClassName
{
border-color: #705F3D;
}
.TagClassName
{
border-color: #705F3D;
}
</style>