#726447

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

Shades of Soya Bean #726447

Tints of Soya Bean #726447

Color information

#726447 (or 0x726447) is unknown color: approx Soya Bean. HEX triplet: 72, 64 and 47. RGB value is (114,100,71). Sum of RGB (Red+Green+Blue) = 114+100+71=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #726447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726447 is #8D9BB8. Grayscale: #656565. Windows color (decimal): -9280441 or 4678770. OLE color: 4678770.

HSL color Cylindrical-coordinate representation of color #726447: hue angle of 40.47º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726447 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11410071-
CMYK00.120.380.55
HSL40.47º23.24%36.27%-
HSV(B)40.47º37.72%44.71%-
XYZ12.6313.157.83-
YUV100.88111.14137.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=40%
G=35.09%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141007100.120.380.5540.4723.2436.27
Hex7264470C2637281724
Octal1621441070144667502744
Binary1110010110010010001110110010011011011110100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726447; }

 p { color: rgb(114,100,71); }

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

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

 a { background-color: rgb(114,100,71); }

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

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

 span { border-color: rgb(114,100,71); }

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