#716445

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

Shades of Soya Bean #716445

Tints of Soya Bean #716445

Color information

#716445 (or 0x716445) is unknown color: approx Soya Bean. HEX triplet: 71, 64 and 45. RGB value is (113,100,69). Sum of RGB (Red+Green+Blue) = 113+100+69=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #716445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716445 is #8E9BBA. Grayscale: #646464. Windows color (decimal): -9345979 or 4547697. OLE color: 4547697.

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

Color convert

RGB11310069-
CMYK00.120.390.56
HSL42.27º24.18%35.69%-
HSV(B)42.27º38.94%44.31%-
XYZ12.4413.057.49-
YUV100.35110.31137.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.07%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=40.07%
G=35.46%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131006900.120.390.5642.2724.1835.69
Hex7164450C27382a1824
Octal1611441050144770523044
Binary1110001110010010001010110010011111100010101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716445; }

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

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

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

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

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

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

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

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