#716048

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

Shades of Soya Bean #716048

Tints of Soya Bean #716048

Color information

#716048 (or 0x716048) is unknown color: approx Soya Bean. HEX triplet: 71, 60 and 48. RGB value is (113,96,72). Sum of RGB (Red+Green+Blue) = 113+96+72=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716048 is #8E9FB7. Grayscale: #626262. Windows color (decimal): -9347000 or 4743281. OLE color: 4743281.

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

Color convert

RGB1139672-
CMYK00.150.360.56
HSL35.12º22.16%36.27%-
HSV(B)35.12º36.28%44.31%-
XYZ12.1612.347.87-
YUV98.35113.13138.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=40.21%
G=34.16%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113967200.150.360.5635.1222.1636.27
Hex7160480F2438231624
Octal1611401100174470432644
Binary1110001110000010010000111110010011100010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716048; }

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

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

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

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

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

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

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

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