Shades of Yellow Metal #705F38
Tints of Yellow Metal #705F38
RGB
CMYK
RGB Variations
Color information
#705F38 (or 0x705F38) is known color: Yellow Metal. HEX triplet: 70, 5F and 38. RGB value is (112,95,56). Sum of RGB (Red+Green+Blue) = 112+95+56=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705F38 is #8FA0C7. Grayscale: #5F5F5F. Windows color (decimal): -9412808 or 3694448. OLE color: 3694448.
HSL color Cylindrical-coordinate representation of color #705F38: hue angle of 41.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705F38 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 95 | 56 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.56 |
| HSL | 41.79º | 0.33% | 0.33% | - |
| HSV(B) | 41.79º | 0.5% | 0.44% | - |
| XYZ | 11.49 | 11.91 | 5.44 | - |
| YUV | 95.64 | 105.63 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 95 | 56 | 0 | 0.15 | 0.50 | 0.56 | 41.79 | 0.33 | 0.33 |
| Hex | 70 | 5F | 38 | 0 | F | 32 | 38 | 2A | 21 | 21 |
| Octal | 160 | 137 | 70 | 0 | 17 | 62 | 70 | 52 | 41 | 41 |
| Binary | 1110000 | 1011111 | 111000 | 0 | 1111 | 110010 | 111000 | 101010 | 100001 | 100001 |
Color Harmonies of #705F38
Complementary color
Monochromatic Colors of #705F38
Black with #705F38
Text Example
Text Example
White with #705F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #705F38; }
p { color: rgb(112,95,56); }
H1.HeaderClassName
{
color: #705F38;
}
.AnyTagClassName
{
color: #705F38;
}
</style>
background-color css
<style>
a { background-color: #705F38; }
a { background-color: rgb(112,95,56); }
div.DivClassName
{
background-color: #705F38;
}
.BgClassName
{
background-color: #705F38;
}
</style>
border-color css
<style>
span { border-color: #705F38; }
span { border-color: rgb(112,95,56); }
td.TdClassName
{
border-color: #705F38;
}
.TagClassName
{
border-color: #705F38;
}
</style>