#716449

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

Shades of Soya Bean #716449

Tints of Soya Bean #716449

Color information

#716449 (or 0x716449) is unknown color: approx Soya Bean. HEX triplet: 71, 64 and 49. RGB value is (113,100,73). Sum of RGB (Red+Green+Blue) = 113+100+73=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #716449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716449 is #8E9BB6. Grayscale: #646464. Windows color (decimal): -9345975 or 4809841. OLE color: 4809841.

HSL color Cylindrical-coordinate representation of color #716449: hue angle of 40.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 #716449 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11310073-
CMYK00.120.350.56
HSL40.5º21.51%36.47%-
HSV(B)40.5º35.4%44.31%-
XYZ12.5713.118.17-
YUV100.81112.31136.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 73 (28.91% from 255) = 25.52%
R=39.51%
G=34.97%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131007300.120.350.5640.521.5136.47
Hex7164490C2338281624
Octal1611441110144370502644
Binary1110001110010010010010110010001111100010100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716449; }

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

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

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

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

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

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

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

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