#72624B

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

Shades of Soya Bean #72624B

Tints of Soya Bean #72624B

Color information

#72624B (or 0x72624B) is unknown color: approx Soya Bean. HEX triplet: 72, 62 and 4B. RGB value is (114,98,75). Sum of RGB (Red+Green+Blue) = 114+98+75=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 114 - color contains mainly: red. Hex color #72624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72624B is #8D9DB4. Grayscale: #646464. Windows color (decimal): -9280949 or 4940402. OLE color: 4940402.

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

Color convert

RGB1149875-
CMYK00.140.340.55
HSL35.38º20.63%37.06%-
HSV(B)35.38º34.21%44.71%-
XYZ12.5812.828.47-
YUV100.16113.8137.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=39.72%
G=34.15%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114987500.140.340.5535.3820.6337.06
Hex72624B0E2237231525
Octal1621421130164267432545
Binary1110010110001010010110111010001011011110001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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