#72634B

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

Shades of Soya Bean #72634B

Tints of Soya Bean #72634B

Color information

#72634B (or 0x72634B) is unknown color: approx Soya Bean. HEX triplet: 72, 63 and 4B. RGB value is (114,99,75). Sum of RGB (Red+Green+Blue) = 114+99+75=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72634B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72634B is #8D9CB4. Grayscale: #646464. Windows color (decimal): -9280693 or 4940658. OLE color: 4940658.

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

Color convert

RGB1149975-
CMYK00.130.340.55
HSL36.92º20.63%37.06%-
HSV(B)36.92º34.21%44.71%-
XYZ12.6713.018.5-
YUV100.75113.47137.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=39.58%
G=34.38%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114997500.130.340.5536.9220.6337.06
Hex72634B0D2237251525
Octal1621431130154267452545
Binary1110010110001110010110110110001011011110010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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