Html Css Color HEX #705E38 Yellow Metal

📋 copy color: '#705E38'

red 112 ◦ green 94 ◦ blue 56

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

Shades of Yellow Metal #705E38

Tints of Yellow Metal #705E38

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 value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#705E38 (or 0x705E38) is known color: 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

RGB 112 94 56 -
CMYK 0 0.16 0.50 0.56
HSL 40.71º 0.33% 0.33% -
HSV(B) 40.71º 0.5% 0.44% -
XYZ 11.4 11.74 5.41 -
YUV 95.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 112 94 56 0 0.16 0.50 0.56 40.71 0.33 0.33
Hex 70 5E 38 0 10 32 38 29 21 21
Octal 160 136 70 0 20 62 70 51 41 41
Binary 1110000 1011110 111000 0 10000 110010 111000 101001 100001 100001

Color Harmonies of #705E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E38

Black with #705E38

Text Example


Text Example

White with #705E38

Text Example


Text Example

HTML Codes & Css Web 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>