Html Css Color HEX #705D40 Yellow Metal

📋 copy color: '#705D40'

red 112 ◦ green 93 ◦ blue 64

#705D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #705D40

Tints of Yellow Metal #705D40

RGB

 RED value IS 112 (44.14% from 255) = 41.64%

 GREEN value IS 93 (36.72% from 255) = 34.57%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 41.64%
G = 34.57%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#705D40 (or 0x705D40) is known color: Yellow Metal. HEX triplet: 70, 5D and 40. RGB value is (112,93,64). Sum of RGB (Red+Green+Blue) = 112+93+64=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #705D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D40 is #8FA2BF. Grayscale: #5F5F5F. Windows color (decimal): -9413312 or 4218224. OLE color: 4218224.

HSL color Cylindrical-coordinate representation of color #705D40: hue angle of 36.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705D40 is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 93 64 -
CMYK 0 0.17 0.43 0.56
HSL 36.25º 0.27% 0.35% -
HSV(B) 36.25º 0.43% 0.44% -
XYZ 11.52 11.64 6.49 -
YUV 95.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 112 93 64 0 0.17 0.43 0.56 36.25 0.27 0.35
Hex 70 5D 40 0 11 2B 38 24 1B 23
Octal 160 135 100 0 21 53 70 44 33 43
Binary 1110000 1011101 1000000 0 10001 101011 111000 100100 11011 100011

Color Harmonies of #705D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D40

Black with #705D40

Text Example


Text Example

White with #705D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,93,64); }

 H1.HeaderClassName
 {
   color: #705D40;
 }
 .AnyTagClassName
 {
   color: #705D40;
 }
</style>

background-color css

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

 a { background-color: rgb(112,93,64); }

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

border-color css

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

 span { border-color: rgb(112,93,64); }

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