#73674B

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

Shades of Soya Bean #73674B

Tints of Soya Bean #73674B

Color information

#73674B (or 0x73674B) is unknown color: approx Soya Bean. HEX triplet: 73, 67 and 4B. RGB value is (115,103,75). Sum of RGB (Red+Green+Blue) = 115+103+75=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 115 - color contains mainly: red. Hex color #73674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73674B is #8C98B4. Grayscale: #676767. Windows color (decimal): -9214133 or 4941683. OLE color: 4941683.

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

Color convert

RGB11510375-
CMYK00.100.350.55
HSL42º21.05%37.25%-
HSV(B)42º34.78%45.1%-
XYZ13.1913.858.64-
YUV103.4111.98136.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 75 (29.69% from 255) = 25.60%
R=39.25%
G=35.15%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151037500.100.350.554221.0537.25
Hex73674B0A23372a1525
Octal1631471130124367522545
Binary1110011110011110010110101010001111011110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,103,75); }

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

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

 a { background-color: rgb(115,103,75); }

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

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

 span { border-color: rgb(115,103,75); }

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