#73614B

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

Shades of Soya Bean #73614B

Tints of Soya Bean #73614B

Color information

#73614B (or 0x73614B) is unknown color: approx Soya Bean. HEX triplet: 73, 61 and 4B. RGB value is (115,97,75). Sum of RGB (Red+Green+Blue) = 115+97+75=287 (38% of max value = 765). Red value is 115 (45.31% from 255 or 40.07% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 115 - color contains mainly: red. Hex color #73614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73614B is #8C9EB4. Grayscale: #636363. Windows color (decimal): -9215669 or 4940147. OLE color: 4940147.

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

Color convert

RGB1159775-
CMYK00.160.350.55
HSL33º21.05%37.25%-
HSV(B)33º34.78%45.1%-
XYZ12.6112.78.44-
YUV99.87113.96138.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.07%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=40.07%
G=33.80%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115977500.160.350.553321.0537.25
Hex73614B0102337211525
Octal1631411130204367412545
Binary11100111100001100101101000010001111011110000110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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