#726046

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

Shades of Soya Bean #726046

Tints of Soya Bean #726046

Color information

#726046 (or 0x726046) is unknown color: approx Soya Bean. HEX triplet: 72, 60 and 46. RGB value is (114,96,70). Sum of RGB (Red+Green+Blue) = 114+96+70=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #726046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726046 is #8D9FB9. Grayscale: #626262. Windows color (decimal): -9281466 or 4612210. OLE color: 4612210.

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

Color convert

RGB1149670-
CMYK00.160.390.55
HSL35.45º23.91%36.08%-
HSV(B)35.45º38.6%44.71%-
XYZ12.2312.397.54-
YUV98.42111.96139.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 70 (27.73% from 255) = 25%
R=40.71%
G=34.29%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114967000.160.390.5535.4523.9136.08
Hex7260460102737231824
Octal1621401060204767433044
Binary11100101100000100011001000010011111011110001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726046; }

 p { color: rgb(114,96,70); }

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

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

 a { background-color: rgb(114,96,70); }

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

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

 span { border-color: rgb(114,96,70); }

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