#716245

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

Shades of Soya Bean #716245

Tints of Soya Bean #716245

Color information

#716245 (or 0x716245) is unknown color: approx Soya Bean. HEX triplet: 71, 62 and 45. RGB value is (113,98,69). Sum of RGB (Red+Green+Blue) = 113+98+69=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716245 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716245 is #8E9DBA. Grayscale: #636363. Windows color (decimal): -9346491 or 4547185. OLE color: 4547185.

HSL color Cylindrical-coordinate representation of color #716245: hue angle of 39.55º 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 #716245 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB1139869-
CMYK00.130.390.56
HSL39.55º24.18%35.69%-
HSV(B)39.55º38.94%44.31%-
XYZ12.2512.687.43-
YUV99.18110.97137.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=40.36%
G=35%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113986900.130.390.5639.5524.1835.69
Hex7162450D2738281824
Octal1611421050154770503044
Binary1110001110001010001010110110011111100010100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716245; }

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

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

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

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

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

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

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

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