#72624D

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

Shades of Soya Bean #72624D

Tints of Soya Bean #72624D

Color information

#72624D (or 0x72624D) is unknown color: approx Soya Bean. HEX triplet: 72, 62 and 4D. RGB value is (114,98,77). Sum of RGB (Red+Green+Blue) = 114+98+77=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72624D is #8D9DB2. Grayscale: #646464. Windows color (decimal): -9280947 or 5071474. OLE color: 5071474.

HSL color Cylindrical-coordinate representation of color #72624D: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72624D is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1149877-
CMYK00.140.320.55
HSL34.05º19.37%37.45%-
HSV(B)34.05º32.46%44.71%-
XYZ12.6512.858.83-
YUV100.39114.8137.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 77 (30.47% from 255) = 26.64%
R=39.45%
G=33.91%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114987700.140.320.5534.0519.3737.45
Hex72624D0E2037221325
Octal1621421150164067422345
Binary1110010110001010011010111010000011011110001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72624D; }

 p { color: rgb(114,98,77); }

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

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

 a { background-color: rgb(114,98,77); }

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

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

 span { border-color: rgb(114,98,77); }

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