#72614C

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

Shades of Soya Bean #72614C

Tints of Soya Bean #72614C

Color information

#72614C (or 0x72614C) is unknown color: approx Soya Bean. HEX triplet: 72, 61 and 4C. RGB value is (114,97,76). Sum of RGB (Red+Green+Blue) = 114+97+76=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72614C is #8D9EB3. Grayscale: #636363. Windows color (decimal): -9281204 or 5005682. OLE color: 5005682.

HSL color Cylindrical-coordinate representation of color #72614C: hue angle of 33.16º 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 #72614C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1149776-
CMYK00.150.330.55
HSL33.16º20%37.25%-
HSV(B)33.16º33.33%44.71%-
XYZ12.5212.658.62-
YUV99.69114.63138.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=39.72%
G=33.80%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114977600.150.330.5533.162037.25
Hex72614C0F2137211425
Octal1621411140174167412445
Binary1110010110000110011000111110000111011110000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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