#705f38

Color #705F38 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #705F38

Tints of Yellow Metal #705F38

Color information

#705F38 (or 0x705F38) is unknown color: approx 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

RGB1129556-
CMYK00.150.500.56
HSL41.79º33.33%32.94%-
HSV(B)41.79º50%43.92%-
XYZ11.4911.915.44-
YUV95.64105.63139.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 56 (22.27% from 255) = 21.29%
R=42.59%
G=36.12%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112955600.150.500.5641.7933.3332.94
Hex705F380F32382a2121
Octal160137700176270524141
Binary1110000101111111100001111110010111000101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705f38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>