#72624C

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

Shades of Soya Bean #72624C

Tints of Soya Bean #72624C

Color information

#72624C (or 0x72624C) is unknown color: approx Soya Bean. HEX triplet: 72, 62 and 4C. RGB value is (114,98,76). Sum of RGB (Red+Green+Blue) = 114+98+76=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72624C is #8D9DB3. Grayscale: #646464. Windows color (decimal): -9280948 or 5005938. OLE color: 5005938.

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

Color convert

RGB1149876-
CMYK00.140.330.55
HSL34.74º20%37.25%-
HSV(B)34.74º33.33%44.71%-
XYZ12.6112.838.65-
YUV100.28114.3137.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 98 (38.67% from 255) = 34.03%
BLUE value IS 76 (30.08% from 255) = 26.39%
R=39.58%
G=34.03%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114987600.140.330.5534.742037.25
Hex72624C0E2137231425
Octal1621421140164167432445
Binary1110010110001010011000111010000111011110001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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