#73614A

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

Shades of Soya Bean #73614A

Tints of Soya Bean #73614A

Color information

#73614A (or 0x73614A) is unknown color: approx Soya Bean. HEX triplet: 73, 61 and 4A. RGB value is (115,97,74). Sum of RGB (Red+Green+Blue) = 115+97+74=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #73614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73614A is #8C9EB5. Grayscale: #636363. Windows color (decimal): -9215670 or 4874611. OLE color: 4874611.

HSL color Cylindrical-coordinate representation of color #73614A: hue angle of 33.66º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #73614A is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1159774-
CMYK00.160.360.55
HSL33.66º21.69%37.06%-
HSV(B)33.66º35.65%45.1%-
XYZ12.5812.698.26-
YUV99.76113.46138.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=40.21%
G=33.92%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115977400.160.360.5533.6621.6937.06
Hex73614A0102437221625
Octal1631411120204467422645
Binary11100111100001100101001000010010011011110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73614A; }

 p { color: rgb(115,97,74); }

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

<style>
 a { background-color: #73614A; }

 a { background-color: rgb(115,97,74); }

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

<style>
 span { border-color: #73614A; }

 span { border-color: rgb(115,97,74); }

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