Html Css Color HEX #705D38 Yellow Metal

📋 copy color: '#705D38'

red 112 ◦ green 93 ◦ blue 56

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

Shades of Yellow Metal #705D38

Tints of Yellow Metal #705D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.46%

R = 42.91%
G = 35.63%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705D38 (or 0x705D38) is known color: Yellow Metal. HEX triplet: 70, 5D and 38. RGB value is (112,93,56). Sum of RGB (Red+Green+Blue) = 112+93+56=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #705D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D38 is #8FA2C7. Grayscale: #5E5E5E. Windows color (decimal): -9413320 or 3693936. OLE color: 3693936.

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

Color convert

RGB 112 93 56 -
CMYK 0 0.17 0.50 0.56
HSL 39.64º 0.33% 0.33% -
HSV(B) 39.64º 0.5% 0.44% -
XYZ 11.31 11.56 5.38 -
YUV 94.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 112 93 56 0 0.17 0.50 0.56 39.64 0.33 0.33
Hex 70 5D 38 0 11 32 38 28 21 21
Octal 160 135 70 0 21 62 70 50 41 41
Binary 1110000 1011101 111000 0 10001 110010 111000 101000 100001 100001

Color Harmonies of #705D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D38

Black with #705D38

Text Example


Text Example

White with #705D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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