#72644B

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

Shades of Soya Bean #72644B

Tints of Soya Bean #72644B

Color information

#72644B (or 0x72644B) is unknown color: approx Soya Bean. HEX triplet: 72, 64 and 4B. RGB value is (114,100,75). Sum of RGB (Red+Green+Blue) = 114+100+75=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #72644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72644B is #8D9BB4. Grayscale: #656565. Windows color (decimal): -9280437 or 4940914. OLE color: 4940914.

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

Color convert

RGB11410075-
CMYK00.120.340.55
HSL38.46º20.63%37.06%-
HSV(B)38.46º34.21%44.71%-
XYZ12.7713.28.53-
YUV101.34113.14137.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=39.45%
G=34.60%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141007500.120.340.5538.4620.6337.06
Hex72644B0C2237261525
Octal1621441130144267462545
Binary1110010110010010010110110010001011011110011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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