#716049

Color #716049 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #716049

Tints of Soya Bean #716049

Color information

#716049 (or 0x716049) is unknown color: approx Soya Bean. HEX triplet: 71, 60 and 49. RGB value is (113,96,73). Sum of RGB (Red+Green+Blue) = 113+96+73=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716049 is #8E9FB6. Grayscale: #626262. Windows color (decimal): -9346999 or 4808817. OLE color: 4808817.

HSL color Cylindrical-coordinate representation of color #716049: hue angle of 34.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716049 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1139673-
CMYK00.150.350.56
HSL34.5º21.51%36.47%-
HSV(B)34.5º35.4%44.31%-
XYZ12.212.368.05-
YUV98.46113.63138.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=40.07%
G=34.04%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113967300.150.350.5634.521.5136.47
Hex7160490F2338231624
Octal1611401110174370432644
Binary1110001110000010010010111110001111100010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716049; }

 p { color: rgb(113,96,73); }

 H1.HeaderClassName
 {
   color: #716049;
 }
 .AnyTagClassName
 {
   color: #716049;
 }
</style>
background-color css

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

 a { background-color: rgb(113,96,73); }

 div.DivClassName
 {
   background-color: #716049;
 }
 .BgClassName
 {
   background-color: #716049;
 }
</style>
border-color css

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

 span { border-color: rgb(113,96,73); }

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