Html Css Color HEX #705D3D Yellow Metal

📋 copy color: '#705D3D'

red 112 ◦ green 93 ◦ blue 61

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

Shades of Yellow Metal #705D3D

Tints of Yellow Metal #705D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 42.11%
G = 34.96%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#705D3D (or 0x705D3D) is known color: Yellow Metal. HEX triplet: 70, 5D and 3D. RGB value is (112,93,61). Sum of RGB (Red+Green+Blue) = 112+93+61=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705D3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D3D is #8FA2C2. Grayscale: #5F5F5F. Windows color (decimal): -9413315 or 4021616. OLE color: 4021616.

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

Color convert

RGB 112 93 61 -
CMYK 0 0.17 0.46 0.56
HSL 37.65º 0.29% 0.34% -
HSV(B) 37.65º 0.46% 0.44% -
XYZ 11.44 11.61 6.05 -
YUV 95.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 112 93 61 0 0.17 0.46 0.56 37.65 0.29 0.34
Hex 70 5D 3D 0 11 2E 38 26 1D 22
Octal 160 135 75 0 21 56 70 46 35 42
Binary 1110000 1011101 111101 0 10001 101110 111000 100110 11101 100010

Color Harmonies of #705D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D3D

Black with #705D3D

Text Example


Text Example

White with #705D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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