#705E38

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

Shades of Yellow Metal #705E38

Tints of Yellow Metal #705E38

Color information

#705E38 (or 0x705E38) is unknown color: approx Yellow Metal. HEX triplet: 70, 5E and 38. RGB value is (112,94,56). Sum of RGB (Red+Green+Blue) = 112+94+56=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705E38 is #8FA1C7. Grayscale: #5F5F5F. Windows color (decimal): -9413064 or 3694192. OLE color: 3694192.

HSL color Cylindrical-coordinate representation of color #705E38: hue angle of 40.71º 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 #705E38 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1129456-
CMYK00.160.500.56
HSL40.71º33.33%32.94%-
HSV(B)40.71º50%43.92%-
XYZ11.411.745.41-
YUV95.05105.96140.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=42.75%
G=35.88%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112945600.160.500.5640.7133.3332.94
Hex705E380103238292121
Octal160136700206270514141
Binary11100001011110111000010000110010111000101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705E38; }

 p { color: rgb(112,94,56); }

 H1.HeaderClassName
 {
   color: #705E38;
 }
 .AnyTagClassName
 {
   color: #705E38;
 }
</style>
background-color css

<style>
 a { background-color: #705E38; }

 a { background-color: rgb(112,94,56); }

 div.DivClassName
 {
   background-color: #705E38;
 }
 .BgClassName
 {
   background-color: #705E38;
 }
</style>
border-color css

<style>
 span { border-color: #705E38; }

 span { border-color: rgb(112,94,56); }

 td.TdClassName
 {
   border-color: #705E38;
 }
 .TagClassName
 {
   border-color: #705E38;
 }
</style>