Html Css Color HEX #705D36 Yellow Metal

📋 copy color: '#705D36'

red 112 ◦ green 93 ◦ blue 54

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

Shades of Yellow Metal #705D36

Tints of Yellow Metal #705D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 43.24%
G = 35.91%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#705D36 (or 0x705D36) is known color: Yellow Metal. HEX triplet: 70, 5D and 36. RGB value is (112,93,54). Sum of RGB (Red+Green+Blue) = 112+93+54=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705D36 is #8FA2C9. Grayscale: #5E5E5E. Windows color (decimal): -9413322 or 3562864. OLE color: 3562864.

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

Color convert

RGB 112 93 54 -
CMYK 0 0.17 0.52 0.56
HSL 40.34º 0.35% 0.33% -
HSV(B) 40.34º 0.52% 0.44% -
XYZ 11.26 11.54 5.12 -
YUV 94.24 105.29 140.67 -
System Red Green Blue C M Y K H S L
Decimal 112 93 54 0 0.17 0.52 0.56 40.34 0.35 0.33
Hex 70 5D 36 0 11 34 38 28 23 21
Octal 160 135 66 0 21 64 70 50 43 41
Binary 1110000 1011101 110110 0 10001 110100 111000 101000 100011 100001

Color Harmonies of #705D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D36

Black with #705D36

Text Example


Text Example

White with #705D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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