#72634D

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

Shades of Soya Bean #72634D

Tints of Soya Bean #72634D

Color information

#72634D (or 0x72634D) is unknown color: approx Soya Bean. HEX triplet: 72, 63 and 4D. RGB value is (114,99,77). Sum of RGB (Red+Green+Blue) = 114+99+77=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72634D is #8D9CB2. Grayscale: #656565. Windows color (decimal): -9280691 or 5071730. OLE color: 5071730.

HSL color Cylindrical-coordinate representation of color #72634D: hue angle of 35.68º 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 #72634D is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1149977-
CMYK00.130.320.55
HSL35.68º19.37%37.45%-
HSV(B)35.68º32.46%44.71%-
XYZ12.7413.048.87-
YUV100.98114.47137.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=39.31%
G=34.14%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114997700.130.320.5535.6819.3737.45
Hex72634D0D2037241325
Octal1621431150154067442345
Binary1110010110001110011010110110000011011110010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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