#726548

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

Shades of Soya Bean #726548

Tints of Soya Bean #726548

Color information

#726548 (or 0x726548) is unknown color: approx Soya Bean. HEX triplet: 72, 65 and 48. RGB value is (114,101,72). Sum of RGB (Red+Green+Blue) = 114+101+72=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #726548 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726548 is #8D9AB7. Grayscale: #656565. Windows color (decimal): -9280184 or 4744562. OLE color: 4744562.

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

Color convert

RGB11410172-
CMYK00.110.370.55
HSL41.43º22.58%36.47%-
HSV(B)41.43º36.84%44.71%-
XYZ12.7613.358.04-
YUV101.58111.31136.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 101 (39.84% from 255) = 35.19%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=39.72%
G=35.19%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141017200.110.370.5541.4322.5836.47
Hex7265480B2537291724
Octal1621451100134567512744
Binary1110010110010110010000101110010111011110100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726548; }

 p { color: rgb(114,101,72); }

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

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

 a { background-color: rgb(114,101,72); }

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

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

 span { border-color: rgb(114,101,72); }

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